From 86e291120d124dec7244202b1766901a59dfb2e6 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Thu, 1 Aug 2024 18:25:14 +0200 Subject: [IMP] newoskrnl: Add symbol for cred_construct_token, reworked ProcessHeap, new SCI.hxx for SCI and SCM. [IMP] newosldr: Loads the kernel correctly and can launch it, improved erorr handling. [META] newoskrnl, newosldr: Improved code and refactors. Signed-off-by: Amlal EL Mahrouss --- SCIKit/ErrorTypes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SCIKit/ErrorTypes.hxx') diff --git a/SCIKit/ErrorTypes.hxx b/SCIKit/ErrorTypes.hxx index 4473722a..35af4d64 100644 --- a/SCIKit/ErrorTypes.hxx +++ b/SCIKit/ErrorTypes.hxx @@ -6,7 +6,7 @@ #pragma once -#include +#include #define ErrLocalIsOk() (kLastError == kErrorSuccess) #define ErrLocalFailed() (kLastError != kErrorSuccess) -- cgit v1.2.3