- Timestamp:
- Apr 14, 2016 7:12:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/utf16.h
r60481 r60483 116 116 * terminator (RTUTF16) char. 117 117 */ 118 #define RTUtf16Realloc(ppwsz, cb ) RTUtf16ReallocTag((ppwsz), (cb), RTSTR_TAG)118 #define RTUtf16Realloc(ppwsz, cbNew) RTUtf16ReallocTag((ppwsz), (cbNew), RTSTR_TAG) 119 119 120 120 /**
Note:
See TracChangeset
for help on using the changeset viewer.