Changeset 985 for trunk/dll/pathutil.h
- Timestamp:
- Mar 1, 2008, 2:37:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.h
r920 r985 10 10 11 11 05 Jan 08 SHL Move from fm3dll.h to here 12 29 Feb 08 GKY Changes to enable user settable command line length 12 13 13 14 ***********************************************************************/ … … 27 28 PCSZ NormalizeCmdLine(PSZ pszWorkBuf, PSZ pszCmdLine_); 28 29 30 #define MAXCOMLINESTRGDEFAULT (2048) /* used to build command line strings */ 31 #define CMDLNLNGTH_MIN (299) 32 #define CMDLNLNGTH_MAX (32768) 33 34 #ifdef DEFINE_GLOBALS 35 #define DATADEF 36 #else 37 #define DATADEF extern 38 #endif 39 40 DATADEF ULONG MaxComLineStrg; 41 29 42 #endif // PATHUTIL_H
Note:
See TracChangeset
for help on using the changeset viewer.