From: Václav Slavík Date: Wed, 25 Jun 2003 14:21:47 +0000 (+0000) Subject: only define wxUSE_GUI if not already defined; this is needed for multilib build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d6b95c13df7d84cc5725a0c7edf7acef02c031a6 only define wxUSE_GUI if not already defined; this is needed for multilib build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index 4f9f5faef2..79bc5c8ae7 100644 --- a/setup.h.in +++ b/setup.h.in @@ -208,7 +208,9 @@ /* * Use GUI */ +#ifndef wxUSE_GUI #define wxUSE_GUI 0 +#endif /* * Don't use GUI (defined to 1 when compiling/using base only) */