Windows: DynamicLib: DLLExport before _stdcall for Legacy
parent
4b7cb28bdf
commit
a9840028ff
|
|
@ -8,7 +8,7 @@
|
|||
#else
|
||||
#define DLLExport __declspec(dllimport)
|
||||
#endif
|
||||
#define LegacyDLLExport _stdcall DLLExport
|
||||
#define LegacyDLLExport DLLExport _stdcall
|
||||
|
||||
// MSVC does not have the ability to specify a destructor
|
||||
#define ICSNEO_DESTRUCTOR
|
||||
|
|
|
|||
Loading…
Reference in New Issue