Dllimport/export for IfcGeom. Closes #77

This commit is contained in:
Stinkfist0
2016-07-11 21:36:12 +03:00
parent 17e153d0c5
commit 6bcabfd567
12 changed files with 86 additions and 39 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#define IfcParse_EXPORT_H
#ifdef BUILD_SHARED_LIBS
#ifdef _MSC_VER
#ifdef _WIN32
#ifdef IfcParse_EXPORTS
#define IfcParse_EXPORT __declspec(dllexport)
#else