From 2cf35b5043e24e8dd226fb1a6ab0a6f6afcd45cb Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 17 May 2014 18:32:04 -0700 Subject: [PATCH] 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. --- build/wx/setup-build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/wx/setup-build.h b/build/wx/setup-build.h index c686fe3a0..dd14efced 100644 --- a/build/wx/setup-build.h +++ b/build/wx/setup-build.h @@ -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