]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Generate tags for ribbon headers and sources too.
[wxWidgets.git] / include / wx / chkconf.h
index b1c741e43d02b2710b04b04adc9e07bb3a1d895a..467dbdae3bde938b72f15e2a8819dafbd945e569 100644 (file)
 #   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."