Changeset 1394 for trunk/dll/strutil.h
- Timestamp:
- Feb 5, 2009, 5:17:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/strutil.h
r1201 r1394 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2008 Steven H. Levine9 Copyright (c) 2008, 2009 Steven H. Levine 10 10 11 11 05 Jan 08 SHL Move from fm3dll.h to here 12 03 Feb 09 SHL Switch to STRINGTABLE and const return 12 13 13 14 ***********************************************************************/ … … 20 21 #endif 21 22 22 BOOL LoadStrings(PSZ filename); 23 PSZ GetPString(ULONG id); 24 BOOL StringsLoaded(void); 23 PCSZ GetPString(ULONG id); 25 24 26 25 #endif // STRUTIL_H
Note:
See TracChangeset
for help on using the changeset viewer.