mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-03 12:44:27 +02:00
Reformulate macros for static and shared linking on windows.
This commit is contained in:
6
tz.h
6
tz.h
@@ -128,10 +128,10 @@ static_assert(HAS_REMOTE_API == 0 ? AUTO_DOWNLOAD == 0 : true,
|
||||
#ifdef _WIN32
|
||||
# ifdef DATE_BUILD_DLL
|
||||
# define DATE_API __declspec(dllexport)
|
||||
# elif defined(DATE_BUILD_LIB)
|
||||
# define DATE_API
|
||||
# else
|
||||
# elif defined(DATE_USE_DLL)
|
||||
# define DATE_API __declspec(dllimport)
|
||||
# else
|
||||
# define DATE_API
|
||||
# endif
|
||||
#else
|
||||
# define DATE_API
|
||||
|
Reference in New Issue
Block a user