From a93c51c9bafe5b548411d6ced59c93828ba799ef Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Tue, 9 Dec 2014 19:49:17 +0100 Subject: [PATCH] Avoid having libiconv export symbols on Windows --- vendor/iconv/include/iconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/iconv/include/iconv.h b/vendor/iconv/include/iconv.h index e0086f619..bba90c857 100644 --- a/vendor/iconv/include/iconv.h +++ b/vendor/iconv/include/iconv.h @@ -28,7 +28,7 @@ #else #define LIBICONV_DLL_EXPORTED #endif -extern LIBICONV_DLL_EXPORTED __declspec (dllimport) int _libiconv_version; /* Likewise */ +extern LIBICONV_DLL_EXPORTED int _libiconv_version; /* Likewise */ /* We would like to #include any system header file which could define iconv_t, 1. in order to eliminate the risk that the user gets compilation