added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,44 @@
compile insert PS_FilePreview_Equates
/*
** Copyright (C) 2013 Revelation Software Inc. All Rights Reserved **
Author : Wile C Coyote - Super Genius
Date : March 2016
Purpose : Constants for working with PS FILEPREVIEW object structures
Comments
========
Amended Date Reason
======= ==== ======
Mr C 30 Sep 21 Removed FORMDES support for FILENAME property
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#ifndef _PS_FILEPREVIEW_EQUATES_
#define _PS_FILEPREVIEW_EQUATES_
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
$insert ps_Equates
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/* Mr C - 30 Sep 21 - POS_FPV_PATH$ and PSPOS_FPV_PATH$ deprecated with
removal of FormDes FileName property support
// SYSREPOSWINS structure overrides
equ POS_FPV_PATH$ to POS_VALUE$ ; * // <0,1> FileName, <0,2> FileExtn
// SYSREPOSWINEXES structure overrides
equ PSPOS_FPV_PATH$ to PSPOS_VALUE$ ; * // <0,1> FileName, <0,2> FileExtn
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#endif
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////