From 4c53d9ece275593344224c2b25aaeb41eb94efaa Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 17 Dec 2001 22:55:44 +0000 Subject: [PATCH] OS/2 does not support Unicode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/chkconf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index a9a252e60a..c13b92f5ac 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -533,6 +533,7 @@ # endif #endif /* !defined(wxUSE_WXHTML_HELP) */ +#ifndef __WXPM__ #ifndef wxUSE_UNICODE # ifdef wxABORT_ON_CONFIG_ERROR # error "wxUSE_UNICODE must be defined." @@ -540,6 +541,7 @@ # define wxUSE_UNICODE 0 # endif #endif /* !defined(wxUSE_UNICODE) */ +#endif #if defined(__WXMSW__) && !defined(wxUSE_UNICODE_MSLU) # ifdef wxABORT_ON_CONFIG_ERROR -- 2.45.2