From 86c8acb7743bfe079de538734e8a32c5d22f898e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 18 Sep 2003 22:13:45 +0000 Subject: [PATCH] don't redefine wxUSE_UNICODE if already defined git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup0.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 5dd45c4dc0..367fe2a326 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -151,7 +151,9 @@ // Default is 0 // // Recommended setting: 0 (unless you only plan to use Windows NT/2000/XP) -#define wxUSE_UNICODE 0 +#ifndef wxUSE_UNICODE + #define wxUSE_UNICODE 0 +#endif // Set wxUSE_UNICODE_MSLU to 1 if you want to compile wxWindows in Unicode mode // and be able to run compiled apps under Windows 9x as well as NT/2000/XP. This -- 2.50.0