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:
Vadim Zeitlin
2000-04-10 21:13:17 +00:00
parent 6565df6e22
commit a8ef3d8656

View File

@@ -16,8 +16,11 @@
// global settings
// ----------------------------------------------------------------------------
// define this to 0 when building wxBase library
// define this to 0 when building wxBase library - this can also be done from
// makefile/project file overriding the value here
#ifndef wxUSE_GUI
#define wxUSE_GUI 1
#endif // wxUSE_GUI
// ----------------------------------------------------------------------------
// compatibility settings