Changeset 1394 for trunk/dll/strutil.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/strutil.h

    r1201 r1394  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2008 Steven H. Levine
     9  Copyright (c) 2008, 2009 Steven H. Levine
    1010
    1111  05 Jan 08 SHL Move from fm3dll.h to here
     12  03 Feb 09 SHL Switch to STRINGTABLE and const return
    1213
    1314***********************************************************************/
     
    2021#endif
    2122
    22 BOOL LoadStrings(PSZ filename);
    23 PSZ GetPString(ULONG id);
    24 BOOL StringsLoaded(void);
     23PCSZ GetPString(ULONG id);
    2524
    2625#endif // STRUTIL_H
Note: See TracChangeset for help on using the changeset viewer.