mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
eb7ccc1223
This reverts commit ccd3e399f0
.
15 lines
286 B
Diff
15 lines
286 B
Diff
diff --git a/glib/gconvert.c b/glib/gconvert.c
|
|
index 3deac78..134ded9 100644
|
|
--- a/glib/gconvert.c
|
|
+++ b/glib/gconvert.c
|
|
@@ -30,7 +30,8 @@
|
|
#include <stdlib.h>
|
|
|
|
#ifdef G_OS_WIN32
|
|
-#include "win_iconv.c"
|
|
+#define USE_LIBICONV_GNU
|
|
+#include <iconv.h>
|
|
#endif
|
|
|
|
#ifdef G_PLATFORM_WIN32
|