From d6b95c13df7d84cc5725a0c7edf7acef02c031a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 25 Jun 2003 14:21:47 +0000 Subject: [PATCH] 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 --- setup.h.in | 2 ++ 1 file changed, 2 insertions(+) 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) */ -- 2.45.2