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:
Michael Wetherell
2005-10-15 19:11:05 +00:00
parent 6c1a7bc483
commit 4948c2b6c8

View File

@@ -78,7 +78,7 @@
#define TRACE_STRCONV _T("strconv")
#ifdef SIZEOF_WCHAR_T == 2
#if SIZEOF_WCHAR_T == 2
#define WC_UTF16
#endif