Windows: DynamicLib: DLLExport before _stdcall for Legacy
parent
4b7cb28bdf
commit
a9840028ff
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue