]> git.saurik.com Git - wxWidgets.git/commitdiff
OS/2 does not support Unicode
authorDavid Webster <Dave.Webster@bhmi.com>
Mon, 17 Dec 2001 22:55:44 +0000 (22:55 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Mon, 17 Dec 2001 22:55:44 +0000 (22:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/chkconf.h

index a9a252e60a1293c83075de92357f9edadf366770..c13b92f5ac3b323ff5ad75f5cb91eb69e05f2473 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_WXHTML_HELP) */
 
+#ifndef __WXPM__
 #ifndef wxUSE_UNICODE
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_UNICODE must be defined."
 #       define wxUSE_UNICODE 0
 #   endif
 #endif /* !defined(wxUSE_UNICODE) */
+#endif
 
 #if defined(__WXMSW__) && !defined(wxUSE_UNICODE_MSLU)
 #   ifdef wxABORT_ON_CONFIG_ERROR