From 5ab8bb9c497f673a81da693e9aacc78210718000 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 26 Mar 2024 20:00:41 +0100 Subject: Kernel: Implement more API calls. Signed-off-by: Amlal El Mahrouss --- Public/Developer/System.Core/Sources/CRT0.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Public/Developer/System.Core/Sources/CRT0.cxx') 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; -- cgit v1.2.3