Switch from libiconv to win-iconv

This commit is contained in:
Jens Steube
2017-04-19 12:58:25 +02:00
parent 79609e8a54
commit 086a07264a
4 changed files with 77 additions and 9 deletions
+5
View File
@@ -16,6 +16,11 @@
#include <sys/stat.h>
#include <sys/time.h>
#include <unistd.h>
#if defined (_WIN)
#define WINICONV_CONST
#endif
#include <iconv.h>
#if defined (_WIN)