]> git.saurik.com Git - wxWidgets.git/commitdiff
define wxUSE_UNICODE before including wx/chkconf.h which uses it
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Jun 2005 18:29:41 +0000 (18:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Jun 2005 18:29:41 +0000 (18:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 96d9541774ee10ded99a757842a1aa6a0a878aa4..59b66e8ff722e408df7d07d0d928294491be520b 100644 (file)
  */
 #include "wx/setup.h"
 
-/* check the consistency of the settings in setup.h */
-#include "wx/chkconf.h"
-
 /*
    adjust the Unicode setting: wxUSE_UNICODE should be defined as 0 or 1
    and is used by wxWidgets, _UNICODE and/or UNICODE may be defined or used by
 // otherwise MSL headers bring in WIN32 dependant APIs
 #undef UNICODE
 #endif
+
+
+/*
+   check the consistency of the settings in setup.h: note that this must be
+   done after setting wxUSE_UNICODE correctly as it is used in wx/chkconf.h
+ */
+#include "wx/chkconf.h"
+
+
 /*
    some compilers don't support iostream.h any longer, while some of theme
    are not updated with <iostream> yet, so override the users setting here