Ignore:
Timestamp:
Jan 12, 2003, 11:49:24 AM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/stringh.h

    r237 r240  
    4646    PSZ XWPENTRY strhcpy(PSZ string1, const char *string2);
    4747
     48    APIRET XWPENTRY strhCopyBuf(PSZ pszTarget,
     49                                PCSZ pcszSource,
     50                                ULONG cbTarget);
     51
    4852    #if defined(__DEBUG_MALLOC_ENABLED__) && !defined(DONT_REPLACE_STRINGH_MALLOC) // setup.h, helpers\memdebug.c
    4953        PSZ XWPENTRY strhdupDebug(const char *pcszSource,
Note: See TracChangeset for help on using the changeset viewer.