mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
dllimport/export #6926
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user