From f56a97512aa88cf8fafb2b43ebd7bf805813c620 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 20 Nov 2025 19:37:17 +0500 Subject: [PATCH] Rename IFC_GEOM_EXPORTS replaced in #7340 --- src/ifcgeom/kernels/ifc_geomlibrary_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/kernels/ifc_geomlibrary_api.h b/src/ifcgeom/kernels/ifc_geomlibrary_api.h index 61ba3c3b20..91aeda7364 100644 --- a/src/ifcgeom/kernels/ifc_geomlibrary_api.h +++ b/src/ifcgeom/kernels/ifc_geomlibrary_api.h @@ -22,7 +22,7 @@ #ifdef IFC_SHARED_BUILD #ifdef _WIN32 -#ifdef IFC_GEOMLIBRARY_EXPORTS +#ifdef IFC_GEOM_EXPORTS #define IFC_GEOMLIBRARY_API __declspec(dllexport) #else #define IFC_GEOMLIBRARY_API __declspec(dllimport)