summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-10 09:29:31 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-10 09:29:31 +0100
commita22ddb45201f40e41902b4c189c31c6418742c8a (patch)
treea1622d6199608c40c5aee56390ef24fe817ec4f9 /Private/KernelKit
parent028d7057402051f809bbafa27aa278769732c56b (diff)
Very important changes.
- Update user land dlls output name. - Define process team methods in ProcessTeam.cxx. - Add rt_std in HALKit\AMD64. - Breaking changes in System.Graphics.dll: Replace all header files extensions starting with .hpp to .hxx. - Makefile don't rely on winasm anymore. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/KernelKit')
-rw-r--r--Private/KernelKit/ProcessManager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/KernelKit/ProcessManager.hpp b/Private/KernelKit/ProcessManager.hpp
index 0eb3f80e..c7c69093 100644
--- a/Private/KernelKit/ProcessManager.hpp
+++ b/Private/KernelKit/ProcessManager.hpp
@@ -193,8 +193,8 @@ public:
HCORE_COPY_DEFAULT(ProcessTeam);
- MutableArray<Ref<Process>>& AsArray() { return mProcessList; }
- Ref<Process>& AsRef() { return mCurrentProcess; }
+ MutableArray<Ref<Process>>& AsArray();
+ Ref<Process>& AsRef();
public:
MutableArray<Ref<Process>> mProcessList;