Changeset 30294 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jun 17, 2010 9:51:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp
r28928 r30294 45 45 46 46 #include "internal/alignmentchecks.h" 47 #include "internal/string.h" 47 48 #ifdef RT_WITH_ICONV_CACHE 48 49 # include "internal/thread.h" 49 # include "internal/string.h"50 50 AssertCompile(sizeof(iconv_t) <= sizeof(void *)); 51 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.