Changeset 194 for trunk/include/helpers
- Timestamp:
- Jul 28, 2002, 11:48:47 AM (23 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r190 r194 903 903 PCSZ pcszName); 904 904 905 BOOL doshMatchCaseNoPath(const char *pcszMask, 906 const char *pcszName); 907 905 908 BOOL doshMatch(PCSZ pcszMask, 906 909 PCSZ pcszName); -
trunk/include/helpers/nls.h
r184 r194 129 129 typedef NLSDATETIME *PNLSDATETIME; 130 130 131 APIRET XWPENTRY nlsUpper(PSZ psz, ULONG ulLength);131 ULONG nlsUpper(PSZ psz); 132 132 133 133 #endif
Note:
See TracChangeset
for help on using the changeset viewer.