]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
ensure that SetDimensions params are ints
[wxWidgets.git] / include / wx / chkconf.h
index 13b3f70d4aaf7df9fafcd9dfe5216557189a9a8d..46ba51d014cac1eeba4e5c59ddf6b4a881b317d7 100644 (file)
 #   endif
 #endif /* wxUSE_UNICODE_MSLU */
 
-#if wxUSE_ODBC && wxUSE_UNICODE
+/* ODBC and Unicode are now compatible */
+
+#if 0 // wxUSE_ODBC && wxUSE_UNICODE
 #   ifdef wxABORT_ON_CONFIG_ERROR
         /* (ODBC classes aren't Unicode-compatible yet) */
 #       error "wxUSE_ODBC can't be used with wxUSE_UNICODE"