summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/windows/dllexport.h
blob: 67bb9ca47c4157b14afe619d68b20764e8a8832d (plain)
1
2
3
4
5
6

#ifdef BUILDING_LIBINTL
#define LIBINTL_DLL_EXPORTED __declspec(dllexport)
#else
#define LIBINTL_DLL_EXPORTED __declspec(dllimport)
#endif