dllimport/export #6926

This commit is contained in:
Thomas Krijnen
2025-09-26 14:24:49 +02:00
parent 21137b9268
commit ce91d296b6
44 changed files with 957 additions and 860 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#ifdef IFC_SHARED_BUILD
#ifdef _WIN32
#ifdef Serializers_EXPORTS
#ifdef SERIALIZERS_EXPORTS
#define SERIALIZERS_API __declspec(dllexport)
#else
#define SERIALIZERS_API __declspec(dllimport)