From 73a89308a4f1903331d4d056db90ababcb10e699 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 19 Aug 2001 18:31:10 +0000 Subject: [PATCH] Fix for wxUSE_WCHAR_T == 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/strconv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index c0dbf63459..8b97f59337 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -54,6 +54,7 @@ #include "wx/intl.h" #include "wx/log.h" +#if wxUSE_WCHAR_T #define BSWAP_UCS4(str, len) { unsigned _c; for (_c=0; _c