This commit is contained in:
Adam Ierymenko 2018-02-01 12:46:40 -08:00
commit ff95b0278c

View File

@ -51,6 +51,7 @@
#define ZT_SDK_API __declspec(dllexport)
#else
#define ZT_SDK_API __declspec(dllimport)
#if !defined(ZT_SDK)
#ifdef _DEBUG
#ifdef _WIN64
#pragma comment(lib, "ZeroTierOne_x64d.lib")
@ -65,6 +66,7 @@
#endif
#endif
#endif
#endif
#else
#define ZT_SDK_API
#endif