From: David Webster Date: Tue, 18 Dec 2001 16:36:22 +0000 (+0000) Subject: Taking out __WXPM__ ifdef around wxUSE_UNICODE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5c8835b94c337b0e38844d20cc6933162b38ed4f?ds=inline Taking out __WXPM__ ifdef around wxUSE_UNICODE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index c13b92f5ac..a9a252e60a 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -533,7 +533,6 @@ # endif #endif /* !defined(wxUSE_WXHTML_HELP) */ -#ifndef __WXPM__ #ifndef wxUSE_UNICODE # ifdef wxABORT_ON_CONFIG_ERROR # error "wxUSE_UNICODE must be defined." @@ -541,7 +540,6 @@ # define wxUSE_UNICODE 0 # endif #endif /* !defined(wxUSE_UNICODE) */ -#endif #if defined(__WXMSW__) && !defined(wxUSE_UNICODE_MSLU) # ifdef wxABORT_ON_CONFIG_ERROR