Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-runtime / libasprintf / windows / dllexport.h
blob6a029926ae3f74225b8e02a320629d3f2a92f19f
2 #ifdef BUILDING_LIBASPRINTF
3 #define LIBASPRINTF_DLL_EXPORTED __declspec(dllexport)
4 #else
5 #define LIBASPRINTF_DLL_EXPORTED __declspec(dllimport)
6 #endif