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:
Paul Cornett
2011-01-02 16:59:15 +00:00
parent 103bfa6f95
commit da2f117200

View File

@@ -2183,7 +2183,7 @@ wxMBConv_iconv::wxMBConv_iconv(const char *name)
{
#if SIZEOF_WCHAR_T == 4
wxT("UCS-4"),
#elif SIZEOF_WCHAR_T = 2
#elif SIZEOF_WCHAR_T == 2
wxT("UCS-2"),
#endif
NULL