Changeset 1438 for trunk/dll/pathutil.h


Ignore:
Timestamp:
Jun 28, 2009, 10:47:00 PM (16 years ago)
Author:
Gregg Young
Message:

Improved drivebar changes; Added AddBackslashToPath() to remove repeatative code. replaced "
" with PCSZ variable; ANY_OBJ added the DosAlloc... (experimental)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.h

    r1398 r1438  
    1111  05 Jan 08 SHL Move from fm3dll.h to here
    1212  29 Feb 08 GKY Changes to enable user settable command line length
     13  28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code.
    1314
    1415***********************************************************************/
     
    2223#endif
    2324
     25PSZ AddBackslashToPath(PSZ pszPathName);
    2426PSZ BldFullPathName(PSZ pszFullPathName, PCSZ pszPathName, PCSZ pszFileName);
    2527PSZ BldQuotedFullPathName(PSZ pszFullPathName, PCSZ pszPathName, PCSZ pszFileName);
Note: See TracChangeset for help on using the changeset viewer.