git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34577
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-/* 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
/*
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
// 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
/*
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