small correction for wxUSE_GUI definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,8 +16,11 @@
|
|||||||
// global settings
|
// global settings
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
// define this to 0 when building wxBase library
|
// define this to 0 when building wxBase library - this can also be done from
|
||||||
#define wxUSE_GUI 1
|
// makefile/project file overriding the value here
|
||||||
|
#ifndef wxUSE_GUI
|
||||||
|
#define wxUSE_GUI 1
|
||||||
|
#endif // wxUSE_GUI
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// compatibility settings
|
// compatibility settings
|
||||||
|
Reference in New Issue
Block a user