X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79ebe32ef12392c698cd5afa05accfe107f50b5d..1bcef6701be81d1f4473eb5a297bdf20fa292d98:/include/wx/chkconf.h diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index b1c741e43d..467dbdae3b 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -92,6 +92,14 @@ # endif #endif /* wxUSE_ANY */ +#ifndef wxUSE_COMPILER_TLS +# ifdef wxABORT_ON_CONFIG_ERROR +# error "wxUSE_COMPILER_TLS must be defined, please read comment near the top of this file." +# else +# define wxUSE_COMPILER_TLS 0 +# endif +#endif /* !defined(wxUSE_COMPILER_TLS) */ + #ifndef wxUSE_CONSOLE_EVENTLOOP # ifdef wxABORT_ON_CONFIG_ERROR # error "wxUSE_CONSOLE_EVENTLOOP must be defined, please read comment near the top of this file."