From bc7870aea4c437e1a80b779eb7a968d55733d24c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 13 Jul 2024 00:20:21 +0200 Subject: [IMP] Kernel properties (such as \KernelVersion) [REFACTOR] Rename KernelHeap to just Heap. [FIX] Scheduler's way of checking boundaries was not correct. Signed-off-by: Amlal El Mahrouss --- Boot/BootKit/STB.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Boot') diff --git a/Boot/BootKit/STB.hxx b/Boot/BootKit/STB.hxx index 64f433e5..e99edc36 100644 --- a/Boot/BootKit/STB.hxx +++ b/Boot/BootKit/STB.hxx @@ -22,6 +22,6 @@ #define STBI_FREE(x) Kernel::ke_delete_ke_heap(x) #define STB_IMAGE_IMPLEMENTATION 1 -#include +#include #include -- cgit v1.2.3