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

#ifdef BUILDING_LIBASPRINTF
#define LIBASPRINTF_DLL_EXPORTED __declspec(dllexport)
#else
#define LIBASPRINTF_DLL_EXPORTED __declspec(dllimport)
#endif