From 3ce4b68fc3f1ad9ead503bb3f69bff11b4a3183a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 7 Jan 2025 08:33:01 +0100 Subject: FIX: KAN-12 (EPM GPF) ADD: Dylib object instead of DLL objects. ADD: Introduce CoreGfx instead of GfxMgr. Signed-off-by: Amlal El Mahrouss --- dev/Boot/src/BootThread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Boot/src/BootThread.cc') diff --git a/dev/Boot/src/BootThread.cc b/dev/Boot/src/BootThread.cc index 15773b9b..ffa43063 100644 --- a/dev/Boot/src/BootThread.cc +++ b/dev/Boot/src/BootThread.cc @@ -13,7 +13,7 @@ #include #include #include -#include +#include /// @brief External boot services symbol. EXTERN EfiBootServices* BS; -- cgit v1.2.3