mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 17:38:35 +02:00
Windows: DynamicLib: DLLExport before _stdcall for Legacy
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#else
|
#else
|
||||||
#define DLLExport __declspec(dllimport)
|
#define DLLExport __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
#define LegacyDLLExport _stdcall DLLExport
|
#define LegacyDLLExport DLLExport _stdcall
|
||||||
|
|
||||||
// MSVC does not have the ability to specify a destructor
|
// MSVC does not have the ability to specify a destructor
|
||||||
#define ICSNEO_DESTRUCTOR
|
#define ICSNEO_DESTRUCTOR
|
||||||
|
|||||||
Reference in New Issue
Block a user