From ab217dba919d7cd8093a6bb8704290a20f500ab3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 13 Aug 2002 23:09:40 +0000 Subject: [PATCH] reverted previous checkin git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/strconv.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index e1d49bd9fb..f1d4c56ea2 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -506,11 +506,7 @@ public: #define ICONV_FAILED(cres, bufLeft) (cres == (size_t)-1) #endif -#if ICONV_CONST -#define ICONV_CHAR_CAST(x) ((char **)(x)) -#else -#define ICONV_CHAR_CAST(x) ((const char **)(x)) -#endif +#define ICONV_CHAR_CAST(x) ((ICONV_CONST char **)(x)) // ---------------------------------------------------------------------------- // IC_CharSet: encapsulates an iconv character set -- 2.47.2