Windows: DynamicLib: DLLExport before _stdcall for Legacy

pull/35/head
Paul Hollinsky 2021-06-11 18:43:33 -04:00
parent 4b7cb28bdf
commit a9840028ff
1 changed files with 1 additions and 1 deletions

View File

@ -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