Typo, should be #if not #ifdef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
#define TRACE_STRCONV _T("strconv")
|
#define TRACE_STRCONV _T("strconv")
|
||||||
|
|
||||||
#ifdef SIZEOF_WCHAR_T == 2
|
#if SIZEOF_WCHAR_T == 2
|
||||||
#define WC_UTF16
|
#define WC_UTF16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user