diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-08 21:32:00 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-08 21:34:37 +0800 |
commit | 0b0c32a1d688389c36f1847edf77af1fd7a2f9d7 (patch) | |
tree | 904d65208931bc2b6930ea4c7406192ad10d98c0 /include/cru/platform/bootstrap/Bootstrap.h | |
parent | 593b658eb1491d4b3103971aba6592aff2765f0e (diff) | |
download | cru-0b0c32a1d688389c36f1847edf77af1fd7a2f9d7.tar.gz cru-0b0c32a1d688389c36f1847edf77af1fd7a2f9d7.tar.bz2 cru-0b0c32a1d688389c36f1847edf77af1fd7a2f9d7.zip |
Fix static lib build on win.
Diffstat (limited to 'include/cru/platform/bootstrap/Bootstrap.h')
-rw-r--r-- | include/cru/platform/bootstrap/Bootstrap.h | 2 |
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 |