Changeset 1394 for trunk/dll/pathutil.h


Ignore:
Timestamp:
Feb 5, 2009, 5:17:25 AM (17 years ago)
Author:
Steven Levine
Message:

Ticket 340: Convert GetPString to use STRINGTABLE.

Drop fm3dll.str and mkstr.exe from makefiles and wpi builders

Convert many functions to expect PCSZ arguments.
Correct walk, compare and dirsizes dialog setups to ignore saved dialog size
Drop copyright.c logic from makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.h

    r1241 r1394  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2008 Steven H. Levine
     9  Copyright (c) 2001, 2009 Steven H. Levine
    1010
    1111  05 Jan 08 SHL Move from fm3dll.h to here
     
    2424PSZ BldFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName);
    2525PSZ BldQuotedFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName);
    26 PSZ BldQuotedFileName(PSZ pszQuotedFileName, PSZ pszFileName);
     26PSZ BldQuotedFileName(PSZ pszQuotedFileName, PCSZ pszFileName);
    2727PCSZ NormalizeCmdLine(PSZ pszWorkBuf, PSZ pszCmdLine_);
    2828
    29 #define MAXCOMLINESTRGDEFAULT (1024)                    /* used to build command line strings */
     29#define MAXCOMLINESTRGDEFAULT (1024)                    /* used to build command line strings */
    3030#define CMDLNLNGTH_MIN (299)
    3131#define CMDLNLNGTH_MAX (32768)
Note: See TracChangeset for help on using the changeset viewer.