Changeset 1438 for trunk/dll/pathutil.h
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.h
r1398 r1438 11 11 05 Jan 08 SHL Move from fm3dll.h to here 12 12 29 Feb 08 GKY Changes to enable user settable command line length 13 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 13 14 14 15 ***********************************************************************/ … … 22 23 #endif 23 24 25 PSZ AddBackslashToPath(PSZ pszPathName); 24 26 PSZ BldFullPathName(PSZ pszFullPathName, PCSZ pszPathName, PCSZ pszFileName); 25 27 PSZ BldQuotedFullPathName(PSZ pszFullPathName, PCSZ pszPathName, PCSZ pszFileName);
Note:
See TracChangeset
for help on using the changeset viewer.