45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 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
 | |
| ///////////////////////////////////////////////////////////////////////////////
 | |
| ///////////////////////////////////////////////////////////////////////////////
 |