Changeset 28903 in vbox for trunk/src/VBox/Runtime/include/internal/thread.h
- Timestamp:
- Apr 29, 2010 2:58:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/thread.h
r28800 r28903 37 37 #include "internal/lockvalidator.h" 38 38 #include "internal/magics.h" 39 #ifdef RT_WITH_ICONV_CACHE 40 # include "internal/string.h" 41 #endif 39 42 40 43 RT_C_DECLS_BEGIN 41 42 43 44 44 45 … … 97 98 RTLOCKVALPERTHREAD LockValidator; 98 99 #endif /* IN_RING3 */ 100 #ifdef RT_WITH_ICONV_CACHE 101 /** Handle cache for iconv. 102 * @remarks ASSUMES sizeof(void *) >= sizeof(iconv_t). */ 103 void *ahIconvs[RTSTRICONV_END]; 104 #endif 99 105 #ifdef IPRT_WITH_GENERIC_TLS 100 106 /** The TLS entries for this thread. */
Note:
See TracChangeset
for help on using the changeset viewer.