check that wxUniv is enabled when compiling for wxMGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-08-10 10:09:34 +00:00
parent 9a62fa17b1
commit de370efe24

View 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