31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
compile insert rti_OS_Dir_Equates
|
|
/*
|
|
** Copyright (C) 1992-2023 Revelation Software Inc. All Rights Reserved **
|
|
|
|
Author : Captain C
|
|
Date : September 2017
|
|
Purpose : Constants for use with the DirMethod functions in RevOS.dll
|
|
|
|
Comments
|
|
========
|
|
|
|
Amended Date Reason
|
|
======= ==== ======
|
|
Mr C 30 Mar 23 Moved internal equates to RTI_OS_DIR
|
|
|
|
*/
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#ifndef _RTI_OS_DIR_EQUATES_
|
|
#define _RTI_OS_DIR_EQUATES_
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
declare function rti_OSDirMethod
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#endif
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|