]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Add wxDC::GetFontMetrics() and implement it for wxMSW.
[wxWidgets.git] / include / wx / chkconf.h
index 10c79baad6e2a006323c4beee3e36140bf8f904c..2e6a95cb38f888154225d0163261499f72651956 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_LOG_DIALOG) */
 
+#ifndef wxUSE_MARKUP
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxUSE_MARKUP must be defined, please read comment near the top of this file."
+#   else
+#       define wxUSE_MARKUP 0
+#   endif
+#endif /* !defined(wxUSE_MARKUP) */
+
 #ifndef wxUSE_MDI
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_MDI must be defined, please read comment near the top of this file."