From 04572e7a4299ed9dc412db7c5baeec9eabe464a3 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Fri, 2 Aug 2024 11:00:13 +0200 Subject: [IMP] New PROCESS_HEADER_BLOCK structure instead of ProcessHeader. [IMP] PEF_SHARED_OBJECT_TRAITS with IsValid() method. [IMP] HTTPS and ODBC for URLs support. Signed-off-by: Amlal EL Mahrouss --- Kernel/Sources/PEFCodeManager.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Kernel/Sources/PEFCodeManager.cxx') diff --git a/Kernel/Sources/PEFCodeManager.cxx b/Kernel/Sources/PEFCodeManager.cxx index 223505b8..e95d9923 100644 --- a/Kernel/Sources/PEFCodeManager.cxx +++ b/Kernel/Sources/PEFCodeManager.cxx @@ -205,8 +205,8 @@ namespace Kernel if (errOrStart.Error() != 0) return false; - ProcessHeader proc(errOrStart.Leak().Leak()); - Ref refProc = proc; + PROCESS_HEADER_BLOCK proc(errOrStart.Leak().Leak()); + Ref refProc = proc; proc.Kind = procKind; -- cgit v1.2.3