]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/chkconf.h
common event code
[wxWidgets.git] / include / wx / mgl / chkconf.h
index 302d72a2cea21864451c8f0fb3537610b92da7f8..12ebd70cde6c0784799a12b9c145de3c96590352 100644 (file)
 #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
+#   error "wxMGL requires wxUSE_PALETTE=1"
+#endif
+
 /*
    wxDisplay is not implemented for OS/2, use stub common version instead.
  */
 #   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