Changeset 64 for trunk/include/helpers/xstring.h
- Timestamp:
- Apr 26, 2001, 10:21:31 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/xstring.h
r45 r64 116 116 ULONG ulFirstReplOfs, 117 117 ULONG cReplLen, 118 const XSTRING *pstrReplaceWith); 118 const char *pcszReplaceWith, 119 ULONG cReplaceWithLen); 119 120 typedef ULONG XWPENTRY XSTRRPL(PXSTRING pxstr, 120 121 ULONG ulFirstReplOfs, 121 122 ULONG cReplLen, 122 const XSTRING *pstrReplaceWith); 123 const char *pcszReplaceWith, 124 ULONG cReplaceWithLen); 123 125 typedef XSTRRPL *PXSTRRPL; 124 126
Note:
See TracChangeset
for help on using the changeset viewer.