From: Michael Wetherell Date: Sat, 15 Oct 2005 19:11:05 +0000 (+0000) Subject: Typo, should be #if not #ifdef X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4948c2b6c8936ee1d0b9c5e3b3594b046fc77020 Typo, should be #if not #ifdef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index dad4598c23..c55469c0a2 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -78,7 +78,7 @@ #define TRACE_STRCONV _T("strconv") -#ifdef SIZEOF_WCHAR_T == 2 +#if SIZEOF_WCHAR_T == 2 #define WC_UTF16 #endif