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,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
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////