Changeset 18 for trunk/include/helpers/xstring.h
- Timestamp:
- Jan 1, 2001, 4:30:29 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/xstring.h
r15 r18 58 58 typedef XSTRINITSET *PXSTRINITSET; 59 59 60 void XWPENTRY xstrInitCopy(PXSTRING pxstr, const char *pcszSource );61 typedef void XWPENTRY XSTRINITCOPY(PXSTRING pxstr, const char *pcszSource );60 void XWPENTRY xstrInitCopy(PXSTRING pxstr, const char *pcszSource, ULONG ulExtraAllocate); 61 typedef void XWPENTRY XSTRINITCOPY(PXSTRING pxstr, const char *pcszSource, ULONG ulExtraAllocate); 62 62 typedef XSTRINITCOPY *PXSTRINITCOPY; 63 63
Note:
See TracChangeset
for help on using the changeset viewer.