]> git.saurik.com Git - wxWidgets.git/commitdiff
new wxUSE_xxx variables must be in chkconf.h
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 31 Jul 2003 10:13:03 +0000 (10:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 31 Jul 2003 10:13:03 +0000 (10:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/chkconf.h

index bd489fd7d61ba2753ab6d6be606a5f3ccfe24259..3609cbf68adf5a0e1c50428daf22eab9016321a8 100644 (file)
 #           define wxUSE_UNICODE_MSLU 0
 #       endif
 #   endif  /* wxUSE_UNICODE_MSLU */
+#   ifndef wxUSE_UXTHEME
+#       ifdef wxABORT_ON_CONFIG_ERROR
+#           error "wxUSE_UXTHEME must be defined."
+#       else
+#           define wxUSE_UXTHEME 0
+#       endif
+#   endif  /* wxUSE_UXTHEME */
+#   ifndef wxUSE_UXTHEME_AUTO
+#       ifdef wxABORT_ON_CONFIG_ERROR
+#           error "wxUSE_UXTHEME_AUTO must be defined."
+#       else
+#           define wxUSE_UXTHEME_AUTO 0
+#       endif
+#   endif  /* wxUSE_UXTHEME_AUTO */
 #   ifndef wxUSE_MS_HTML_HELP
 #       ifdef wxABORT_ON_CONFIG_ERROR
 #           error "wxUSE_MS_HTML_HELP must be defined."