]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo, should be #if not #ifdef
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 15 Oct 2005 19:11:05 +0000 (19:11 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 15 Oct 2005 19:11:05 +0000 (19:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/strconv.cpp

index dad4598c234be662a709db5ebdbf347bee4627d0..c55469c0a2be23b417715049b71c1d4b76b5844a 100644 (file)
@@ -78,7 +78,7 @@
 
 #define TRACE_STRCONV _T("strconv")
 
-#ifdef SIZEOF_WCHAR_T == 2
+#if SIZEOF_WCHAR_T == 2
     #define WC_UTF16
 #endif