]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/chkconf.h
adapting to new platform constants
[wxWidgets.git] / include / wx / mgl / chkconf.h
index 4f80358362911ef095bf0f8bc05f934f3ae4b9c3..12ebd70cde6c0784799a12b9c145de3c96590352 100644 (file)
@@ -14,6 +14,9 @@
 #ifndef _WX_MGL_CHKCONF_H_
 #define _WX_MGL_CHKCONF_H_
 
+#ifndef __WXUNIVERSAL__
+#   error "wxMGL cannot be built without wxUniversal"
+#endif
 
 /* wxPalette is always needed */
 #if !wxUSE_PALETTE
 #   define wxUSE_DYNAMIC_LOADER 0
 #endif /* wxUSE_DYNAMIC_LOADER */
 
-#if wxUSE_ODBC
-#   undef wxUSE_ODBC
-#   define wxUSE_ODBC 0
-#endif /* wxUSE_ODBC */
-
 #if wxUSE_DATAOBJ
 #   undef wxUSE_DATAOBJ
 #   define wxUSE_DATAOBJ 0