]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
compilation test for Unicode build
[wxWidgets.git] / 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