From c2ad48ce4a0d2f1295c5ebd38f7254fb1587a1ec Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 8 Jun 2022 18:40:17 +0800 Subject: ... --- src/platform/bootstrap/Bootstrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platform/bootstrap') diff --git a/src/platform/bootstrap/Bootstrap.cpp b/src/platform/bootstrap/Bootstrap.cpp index cfb3697a..93c164d4 100644 --- a/src/platform/bootstrap/Bootstrap.cpp +++ b/src/platform/bootstrap/Bootstrap.cpp @@ -3,7 +3,7 @@ #ifdef CRU_PLATFORM_WINDOWS #include "cru/platform/graphics/direct2d/Factory.h" #include "cru/platform/gui/win/UiApplication.h" -#elifdef CRU_PLATFORM_OSX +#elif defined(CRU_PLATFORM_OSX) #include "cru/platform/graphics/quartz/Factory.h" #include "cru/platform/gui/osx/UiApplication.h" #else -- cgit v1.2.3