]> git.saurik.com Git - wxWidgets.git/commitdiff
Move wxUSE_GUI definition from chkconf.h to the top of platform.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Oct 2011 11:20:15 +0000 (11:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Oct 2011 11:20:15 +0000 (11:20 +0000)
This avoids warnings about wxUSE_GUI not being defined in Mac tests in
wx/platform.h which are now (since r69387) done before wx/chkconf.h inclusion.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/chkconf.h
include/wx/platform.h

index cbe16ae77842de8a31d87eae7cafa50d62206d75..5552f05d9f85bd6add652570ac68cb4491923c46 100644 (file)
    global features
  */
 
-/* GUI build by default */
-#if !defined(wxUSE_GUI)
-#   define wxUSE_GUI 1
-#endif /* !defined(wxUSE_GUI) */
-
 /*
     If we're compiling without support for threads/exceptions we have to
     disable the corresponding features.
index 3f2dbabbf5921fa47f8c5e931106c450ba974586..6f2601ff46fe31b10cdb70491c08d306f1584f3b 100644 (file)
 #ifndef _WX_PLATFORM_H_
 #define _WX_PLATFORM_H_
 
+/* GUI build by default */
+#if !defined(wxUSE_GUI)
+#   define wxUSE_GUI 1
+#endif /* !defined(wxUSE_GUI) */
+
 
 /*
     Codewarrior doesn't define any Windows symbols until some headers