mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
7 lines
152 B
C
7 lines
152 B
C
|
|
#ifdef BUILDING_LIBASPRINTF
|
|
#define LIBASPRINTF_DLL_EXPORTED __declspec(dllexport)
|
|
#else
|
|
#define LIBASPRINTF_DLL_EXPORTED __declspec(dllimport)
|
|
#endif
|