Changeset 240 for trunk/include/helpers/stringh.h
- Timestamp:
- Jan 12, 2003, 11:49:24 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/stringh.h
r237 r240 46 46 PSZ XWPENTRY strhcpy(PSZ string1, const char *string2); 47 47 48 APIRET XWPENTRY strhCopyBuf(PSZ pszTarget, 49 PCSZ pcszSource, 50 ULONG cbTarget); 51 48 52 #if defined(__DEBUG_MALLOC_ENABLED__) && !defined(DONT_REPLACE_STRINGH_MALLOC) // setup.h, helpers\memdebug.c 49 53 PSZ XWPENTRY strhdupDebug(const char *pcszSource,
Note:
See TracChangeset
for help on using the changeset viewer.