]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Use X64 machine type for MSVC linker instead of old AMD64.
[wxWidgets.git] / include / wx / chkconf.h
index 4afa892e073ba0bebf081ff05abe1907c090e710..ccb3fb687a054594b9d6dec21905f9fad4065807 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_BUTTON) */
 
+/*
+    This one is special, it's only used under wxGTK currently so don't require
+    pre-defining it.
+ */
+#ifndef wxUSE_CAIRO
+#   ifdef __WXGTK210__
+#        define wxUSE_CAIRO 1
+#    else
+#        define wxUSE_CAIRO 0
+#    endif
+#endif
+
 #ifndef wxUSE_CALENDARCTRL
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_CALENDARCTRL must be defined, please read comment near the top of this file."