]> git.saurik.com Git - wxWidgets.git/commitdiff
only define wxUSE_GUI if not already defined; this is needed for multilib build
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 25 Jun 2003 14:21:47 +0000 (14:21 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 25 Jun 2003 14:21:47 +0000 (14:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 4f9f5faef25d7c19a4289e75c29fe353bc8f7b7e..79bc5c8ae7aeed62db65276ca992cfb77521b7e4 100644 (file)
 /*
  * Use GUI
  */
+#ifndef wxUSE_GUI
 #define wxUSE_GUI 0
+#endif
 /*
  * Don't use GUI (defined to 1 when compiling/using base only)
  */