diff options
Diffstat (limited to 'include/cru/xml/Base.h')
-rw-r--r-- | include/cru/xml/Base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/xml/Base.h b/include/cru/xml/Base.h index 5d6fe144..aa3aeaa2 100644 --- a/include/cru/xml/Base.h +++ b/include/cru/xml/Base.h @@ -1,6 +1,6 @@ #pragma once -#ifdef CRU_PLATFORM_WINDOWS +#ifdef CRU_IS_DLL #ifdef CRU_XML_EXPORT_API #define CRU_XML_API __declspec(dllexport) #else |