Changeset 132 for trunk/include/helpers/xstring.h
- Timestamp:
- Jan 19, 2002, 11:50:39 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/xstring.h
r129 r132 86 86 typedef void XWPENTRY XSTRINIT(PXSTRING pxstr, ULONG ulPreAllocate); 87 87 typedef XSTRINIT *PXSTRINIT; */ 88 89 void xstrInitSet2(PXSTRING pxstr, PSZ pszNew, ULONG ulNewLength); 88 90 89 91 void XWPENTRY xstrInitSet(PXSTRING pxstr, PSZ pszNew); … … 132 134 typedef XSTRFREE *PXSTRFREE; 133 135 136 ULONG XWPENTRY xstrset2(PXSTRING pxstr, PSZ pszNew, ULONG ulNewLength); 137 134 138 ULONG XWPENTRY xstrset(PXSTRING pxstr, PSZ pszNew); 135 139 typedef ULONG XWPENTRY XSTRSET(PXSTRING pxstr, PSZ pszNew);
Note:
See TracChangeset
for help on using the changeset viewer.