aboutsummaryrefslogtreecommitdiff
path: root/include/cru/toml
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/toml')
-rw-r--r--include/cru/toml/Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/toml/Base.h b/include/cru/toml/Base.h
index de1d558c..76c7ee71 100644
--- a/include/cru/toml/Base.h
+++ b/include/cru/toml/Base.h
@@ -1,6 +1,6 @@
#pragma once
-#ifdef CRU_PLATFORM_WINDOWS
+#ifdef CRU_IS_DLL
#ifdef CRU_TOML_EXPORT_API
#define CRU_TOML_API __declspec(dllexport)
#else