Windows: DynamicLib: DLLExport before _stdcall for Legacy

This commit is contained in:
Paul Hollinsky
2021-06-11 18:43:33 -04:00
parent 4b7cb28bdf
commit a9840028ff
+1 -1
View File
@@ -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