diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 20:00:41 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 20:01:41 +0100 |
| commit | 5ab8bb9c497f673a81da693e9aacc78210718000 (patch) | |
| tree | 3ae1d5fe040c2c09e92e121436a54650b0adcd35 /Public/Developer/System.Core/Sources/CRT0.cxx | |
| parent | 9a0c2664b0ca5634aa557b0761139cccfb0fe753 (diff) | |
Kernel: Implement more API calls.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Public/Developer/System.Core/Sources/CRT0.cxx')
| -rw-r--r-- | Public/Developer/System.Core/Sources/CRT0.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Public/Developer/System.Core/Sources/CRT0.cxx b/Public/Developer/System.Core/Sources/CRT0.cxx index b6fb9de1..244e62d5 100644 --- a/Public/Developer/System.Core/Sources/CRT0.cxx +++ b/Public/Developer/System.Core/Sources/CRT0.cxx @@ -7,7 +7,7 @@ /// @brief Inits the library. /// @return if it was succesful or not. CA_EXTERN_C DWordType __start(VoidType) { - kApplicationObject = HcGetAppObject(); + kApplicationObject = RtGetAppObject(); CA_MUST_PASS(kApplicationObject); return 0; |
