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,40 @@
compile insert ps_ChooseDir_Equates
/*
** Copyright (C) 2015 Revelation Software Inc. All Rights Reserved **
Author Mr C
Date Dec 2015
Purpose Equates for use with the FILESYSTEM CHOOSEDIR method
Comments
========
Amended Date Reason
======= ==== ======
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#ifndef _PS_CHOOSEDIR_EQUATES_
#define _PS_CHOOSEDIR_EQUATES_
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
* // CHOOSEDIR method
* //
* // dir = Exec_Method( "FILESYSTEM", |
* // "CHOOSEDIR", |
* // OwnerWindow, |
* // ChooseDirOptions )
* // ChooseDirOptions equates
equ CHDIR_POS_TITLE$ to 1
equ CHDIR_POS_INITDIR$ to 2
equ CHDIR_POS_HIDENEWBTN$ to 3
equ CHDIR_POS_SHOWFILES$ to 4
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#endif
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////