From 0159b66756c5d50f45d31a05c43e22593362a4e0 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 19 Jan 2012 07:54:23 +0000 Subject: [PATCH] fix iconv signature on mingw --- include/libtorrent/config.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp index 40112c4b7..29e5fc0e1 100644 --- a/include/libtorrent/config.hpp +++ b/include/libtorrent/config.hpp @@ -175,7 +175,6 @@ POSSIBILITY OF SUCH DAMAGE. #define TORRENT_USE_ICONV 0 #define TORRENT_USE_LOCALE 1 #endif -#define TORRENT_ICONV_ARG (const char**) #define TORRENT_USE_RLIMIT 0 #define TORRENT_USE_NETLINK 0 #define TORRENT_USE_GETADAPTERSADDRESSES 1