aboutsummaryrefslogtreecommitdiff
path: root/include/cru/parse/Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/parse/Base.h')
-rw-r--r--include/cru/parse/Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/parse/Base.h b/include/cru/parse/Base.h
index 8f3a05e9..56d655e3 100644
--- a/include/cru/parse/Base.h
+++ b/include/cru/parse/Base.h
@@ -1,6 +1,6 @@
#pragma once
-#ifdef CRU_PLATFORM_WINDOWS
+#ifdef CRU_IS_DLL
#ifdef CRU_PARSE_EXPORT_API
#define CRU_PARSE_API __declspec(dllexport)
#else