reverted previous checkin

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-08-13 23:09:40 +00:00
parent 83afe21166
commit ab217dba91

View File

@ -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