From bb83659cf509f659cf1dd2e4ad239a32ad9ce119 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 3 Feb 2024 10:07:06 +0100 Subject: WiP: See below. - GetDevicePathSize - IsDevicePathValid - DuplicateDevicePath - Fix kernel build on MinGW-gcc. - Will also work on kernel disk bootstrap drivers (ATA, NVME). - Add compile_flags.txt for drivers to lint correctly. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/CodeManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/KernelKit/CodeManager.hpp') diff --git a/Private/KernelKit/CodeManager.hpp b/Private/KernelKit/CodeManager.hpp index fcb0d46b..0274b92e 100644 --- a/Private/KernelKit/CodeManager.hpp +++ b/Private/KernelKit/CodeManager.hpp @@ -14,5 +14,5 @@ #pragma once #include -// #include +// #include #include -- cgit v1.2.3