Changeset 76349 in vbox for trunk/include/iprt
- Timestamp:
- Dec 22, 2018 1:01:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r74708 r76349 31 31 #include <iprt/assert.h> 32 32 #include <iprt/stdarg.h> 33 #include <iprt/err .h> /* for VINF_SUCCESS */33 #include <iprt/errcore.h> /* for VINF_SUCCESS */ 34 34 #if defined(RT_OS_LINUX) && defined(__KERNEL__) 35 35 /* no C++ hacks ('new' etc) here anymore! */ … … 68 68 /* For the time being: */ 69 69 #include <iprt/utf16.h> 70 #include <iprt/latin1.h> 70 /*#include <iprt/latin1.h> - this sucker drags in err.h for VERR_END_OF_STRING. */ 71 71 72 72 /*
Note:
See TracChangeset
for help on using the changeset viewer.