Avoid having libiconv export symbols on Windows

This commit is contained in:
Niels Martin Hansen 2014-12-09 19:49:17 +01:00
parent ca555359d9
commit a93c51c9ba
1 changed files with 1 additions and 1 deletions

View File

@ -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