fix preprocessor expression, closes #12822
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2183,7 +2183,7 @@ wxMBConv_iconv::wxMBConv_iconv(const char *name)
|
|||||||
{
|
{
|
||||||
#if SIZEOF_WCHAR_T == 4
|
#if SIZEOF_WCHAR_T == 4
|
||||||
wxT("UCS-4"),
|
wxT("UCS-4"),
|
||||||
#elif SIZEOF_WCHAR_T = 2
|
#elif SIZEOF_WCHAR_T == 2
|
||||||
wxT("UCS-2"),
|
wxT("UCS-2"),
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
|
Reference in New Issue
Block a user