added sysprog entities
This commit is contained in:
32
SYSPROG/STPROCINS/MSWIN_MAX_PATH_EQUATES.txt
Normal file
32
SYSPROG/STPROCINS/MSWIN_MAX_PATH_EQUATES.txt
Normal file
@ -0,0 +1,32 @@
|
||||
compile insert msWin_MAX_PATH_Equates
|
||||
/*
|
||||
** Copyright (C) 2012 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
Author : Mr C
|
||||
Date : Oct 2012
|
||||
Purpose : MAX_PATH constant definition
|
||||
|
||||
Comments
|
||||
========
|
||||
|
||||
This is used all over the place so I'm moving it to it's own header ...
|
||||
|
||||
Overkill or what?
|
||||
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _MAX_PATH_EQUATES_
|
||||
#define _MAX_PATH_EQUATES_
|
||||
|
||||
equ MAX_PATH$ to 260
|
||||
|
||||
#endif
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
Reference in New Issue
Block a user