From 37d9a034013b4245a50c0d748dc83d2c3d136210 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 8 Sep 2025 23:08:10 +0800 Subject: Fix windows dynamic lib build. --- include/cru/platform/GraphicsBase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cru/platform/GraphicsBase.h') diff --git a/include/cru/platform/GraphicsBase.h b/include/cru/platform/GraphicsBase.h index c9f7626c..b0f653ef 100644 --- a/include/cru/platform/GraphicsBase.h +++ b/include/cru/platform/GraphicsBase.h @@ -53,8 +53,8 @@ inline String ToString(const Point& point) { } struct Size final { - static const Size kMax; - static const Size kZero; + static CRU_PLATFORM_API const Size kMax; + static CRU_PLATFORM_API const Size kZero; constexpr Size() = default; constexpr Size(const float width, const float height) -- cgit v1.2.3