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:
@@ -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
|
||||
|
Reference in New Issue
Block a user