X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5981cd22f313eb75f465bec4ed2872ea2eb1ebae..19c4d91638c2546630c4427e39c02f5380a8bb87:/include/wx/mgl/chkconf.h diff --git a/include/wx/mgl/chkconf.h b/include/wx/mgl/chkconf.h index b20fb61cae..12ebd70cde 100644 --- a/include/wx/mgl/chkconf.h +++ b/include/wx/mgl/chkconf.h @@ -14,6 +14,15 @@ #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. */ @@ -49,11 +58,6 @@ # 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 @@ -89,6 +93,11 @@ # 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_ */