Force-enable native TLS in wxWidgets

It is off by default on Windows due to that it breaks if a wx-using
library is loaded with LoadLibrary on XP, but that is not a use-case we
care about.
This commit is contained in:
Thomas Goyne 2014-05-17 18:32:04 -07:00
parent 402aa509a0
commit 2cf35b5043
1 changed files with 1 additions and 1 deletions

View File

@ -251,6 +251,6 @@
#define wxUSE_TIMEPICKCTRL 1
#define wxUSE_WEBVIEW 0
#define wxUSE_RICHTOOLTIP 0
#define wxUSE_COMPILER_TLS 1
#define wxUSE_COMPILER_TLS 2
#define wxUSE_PREFERENCES_EDITOR 0
#endif