Regenerated. TCVN can now store the accents.
[libiconv.git] / libcharset / windows / dllexport.h
blobf106264b42bc6da482c8f41c6a0f00fd3a84481c
2 #ifdef BUILDING_LIBCHARSET
3 #define LIBCHARSET_DLL_EXPORTED __declspec(dllexport)
4 #else
5 #define LIBCHARSET_DLL_EXPORTED __declspec(dllimport)
6 #endif