Merge branch 'master' into v0.3.0-dev

This commit is contained in:
Paul Hollinsky
2021-06-11 18:54:36 -04:00
4 changed files with 81 additions and 76 deletions
+1 -1
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