]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Remove "safety margin" from wxControl::Ellipsize().
[wxWidgets.git] / include / wx / chkconf.h
index 78e125919b3261f53a7e9c852e6e974fd6a3b46f..10c79baad6e2a006323c4beee3e36140bf8f904c 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_ANIMATIONCTRL) */
 
+#ifndef wxUSE_ARTPROVIDER_STD
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxUSE_ARTPROVIDER_STD must be defined, please read comment near the top of this file."
+#   else
+#       define wxUSE_ARTPROVIDER_STD 0
+#   endif
+#endif /* !defined(wxUSE_ARTPROVIDER_STD) */
+
 #ifndef wxUSE_ARTPROVIDER_TANGO
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_ARTPROVIDER_TANGO must be defined, please read comment near the top of this file."