disable iconv in cygwin

This commit is contained in:
Miguel Freitas 2014-01-24 11:09:01 -02:00
parent e3f7dfe811
commit deb489d138

View File

@ -246,6 +246,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define TORRENT_USE_IFADDRS 1
#define TORRENT_USE_IFCONF 1
#define TORRENT_HAS_SALEN 0
#define TORRENT_USE_ICONV 0
// ==== MINGW ===
#elif defined __MINGW32__