Build: Add static icsneo40 target

This commit is contained in:
Yasser Yassine
2024-03-19 20:59:33 +00:00
committed by Kyle Schwarz
parent 16b60d5ca0
commit 85178368d7
3 changed files with 32 additions and 0 deletions
@@ -3,11 +3,17 @@
#include "icsneo/platform/windows.h"
#ifndef ICSNEOC_BUILD_STATIC
#ifdef ICSNEOC_MAKEDLL
#define DLLExport __declspec(dllexport)
#else
#define DLLExport __declspec(dllimport)
#endif
#else
#define DLLExport
#endif
#define LegacyDLLExport DLLExport _stdcall
// MSVC does not have the ability to specify a destructor