Changeset 1545 for trunk/dll/pathutil.h


Ignore:
Timestamp:
Oct 24, 2010, 12:00:47 AM (15 years ago)
Author:
Gregg Young
Message:

Added ForwardslashToBackslash function to streamline code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.h

    r1438 r1545  
    1212  29 Feb 08 GKY Changes to enable user settable command line length
    1313  28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code.
     14  23 Oct 10 GKY Add ForwardslashToBackslash function to streamline code
    1415
    1516***********************************************************************/
     
    2324#endif
    2425
     26PSZ ForwardslashToBackslash(PSZ pszPathName);
    2527PSZ AddBackslashToPath(PSZ pszPathName);
    2628PSZ BldFullPathName(PSZ pszFullPathName, PCSZ pszPathName, PCSZ pszFileName);
Note: See TracChangeset for help on using the changeset viewer.