VirtualBox

Ignore:
Timestamp:
Apr 29, 2010 2:58:12 PM (15 years ago)
Author:
vboxsync
Message:

IPRT: iconv cache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/thread.h

    r28800 r28903  
    3737#include "internal/lockvalidator.h"
    3838#include "internal/magics.h"
     39#ifdef RT_WITH_ICONV_CACHE
     40# include "internal/string.h"
     41#endif
    3942
    4043RT_C_DECLS_BEGIN
    41 
    42 
    4344
    4445
     
    9798    RTLOCKVALPERTHREAD      LockValidator;
    9899#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
    99105#ifdef IPRT_WITH_GENERIC_TLS
    100106    /** The TLS entries for this thread. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette