Fix a bug in transliteration.
[libiconv.git] / windows / dllexport.h
blobb0fb6365bbd685e7b22f12b087457cadab330196
2 #ifdef BUILDING_LIBICONV
3 #define LIBICONV_DLL_EXPORTED __declspec(dllexport)
4 #else
5 #define LIBICONV_DLL_EXPORTED __declspec(dllimport)
6 #endif