]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/chkconf.h
added wxWindow::GetWindowBorderSize()
[wxWidgets.git] / include / wx / mgl / chkconf.h
index b20fb61caefdcbcd52f904d89e2046eaca4d0c2e..85136cfe9996f14b5d14678edb30541a7e97f8de 100644 (file)
 #ifndef _WX_MGL_CHKCONF_H_
 #define _WX_MGL_CHKCONF_H_
 
 #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.
  */
 /*
    wxDisplay is not implemented for OS/2, use stub common version instead.
  */
 #   define wxUSE_FS_INET 0
 #endif /* wxUSE_FS_INET */
 
 #   define wxUSE_FS_INET 0
 #endif /* wxUSE_FS_INET */
 
+#if wxUSE_MS_HTML_HELP
+#   undef wxUSE_MS_HTML_HELP
+#   define wxUSE_MS_HTML_HELP 0
+#endif
+
 #endif /* __WATCOM__ */
 
 #endif /* _WX_MGL_CHKCONF_H_ */
 #endif /* __WATCOM__ */
 
 #endif /* _WX_MGL_CHKCONF_H_ */