aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/bootstrap/Bootstrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/bootstrap/Bootstrap.h')
-rw-r--r--include/cru/platform/bootstrap/Bootstrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/bootstrap/Bootstrap.h b/include/cru/platform/bootstrap/Bootstrap.h
index 4ef522f2..42b4cbb6 100644
--- a/include/cru/platform/bootstrap/Bootstrap.h
+++ b/include/cru/platform/bootstrap/Bootstrap.h
@@ -2,7 +2,7 @@
#include "cru/platform/graphics/Factory.h"
#include "cru/platform/gui/UiApplication.h"
-#ifdef CRU_PLATFORM_WINDOWS
+#ifdef CRU_IS_DLL
#ifdef CRU_PLATFORM_BOOTSTRAP_EXPORT_API
#define CRU_PLATFORM_BOOTSTRAP_API __declspec(dllexport)
#else