Changeset 1394 for trunk/dll/pathutil.h
- Timestamp:
- Feb 5, 2009, 5:17:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.h
r1241 r1394 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 8Steven H. Levine9 Copyright (c) 2001, 2009 Steven H. Levine 10 10 11 11 05 Jan 08 SHL Move from fm3dll.h to here … … 24 24 PSZ BldFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName); 25 25 PSZ BldQuotedFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName); 26 PSZ BldQuotedFileName(PSZ pszQuotedFileName, P SZ pszFileName);26 PSZ BldQuotedFileName(PSZ pszQuotedFileName, PCSZ pszFileName); 27 27 PCSZ NormalizeCmdLine(PSZ pszWorkBuf, PSZ pszCmdLine_); 28 28 29 #define MAXCOMLINESTRGDEFAULT (1024) 29 #define MAXCOMLINESTRGDEFAULT (1024) /* used to build command line strings */ 30 30 #define CMDLNLNGTH_MIN (299) 31 31 #define CMDLNLNGTH_MAX (32768)
Note:
See TracChangeset
for help on using the changeset viewer.