mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 08:07:30 -04:00
7 lines
140 B
C
7 lines
140 B
C
|
|
#ifdef BUILDING_LIBINTL
|
|
#define LIBINTL_DLL_EXPORTED __declspec(dllexport)
|
|
#else
|
|
#define LIBINTL_DLL_EXPORTED __declspec(dllimport)
|
|
#endif
|