Changeset 1545 for trunk/dll/pathutil.h
- Timestamp:
- Oct 24, 2010, 12:00:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.h
r1438 r1545 12 12 29 Feb 08 GKY Changes to enable user settable command line length 13 13 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 14 23 Oct 10 GKY Add ForwardslashToBackslash function to streamline code 14 15 15 16 ***********************************************************************/ … … 23 24 #endif 24 25 26 PSZ ForwardslashToBackslash(PSZ pszPathName); 25 27 PSZ AddBackslashToPath(PSZ pszPathName); 26 28 PSZ BldFullPathName(PSZ pszFullPathName, PCSZ pszPathName, PCSZ pszFileName);
Note:
See TracChangeset
for help on using the changeset viewer.