wxwidgets/tests/thread
Vadim Zeitlin ed748bd5a8 Remove wxTLS_XXX() macros from wx itself
Still use wxTHREAD_SPECIFIC_DECL as it is defined as nothing when
wxUSE_THREADS==0, but get rid of wxTLS_VALUE and friends.

Also enable wxUSE_STRING_POS_CACHE when wxUSE_UNICODE_UTF8 because the
issues described in the (now also removed) comment shouldn't occur with
the compiler implementation of the thread-specific variables.
2022-10-26 03:31:54 +02:00
..
atomic.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
misc.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
queue.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tls.cpp Remove wxTLS_XXX() macros from wx itself 2022-10-26 03:31:54 +02:00