mirror of https://github.com/odrling/Aegisub
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:
parent
402aa509a0
commit
2cf35b5043
|
@ -251,6 +251,6 @@
|
||||||
#define wxUSE_TIMEPICKCTRL 1
|
#define wxUSE_TIMEPICKCTRL 1
|
||||||
#define wxUSE_WEBVIEW 0
|
#define wxUSE_WEBVIEW 0
|
||||||
#define wxUSE_RICHTOOLTIP 0
|
#define wxUSE_RICHTOOLTIP 0
|
||||||
#define wxUSE_COMPILER_TLS 1
|
#define wxUSE_COMPILER_TLS 2
|
||||||
#define wxUSE_PREFERENCES_EDITOR 0
|
#define wxUSE_PREFERENCES_EDITOR 0
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue