From 9a0c2664b0ca5634aa557b0761139cccfb0fe753 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 26 Mar 2024 18:36:09 +0100 Subject: Kernel: Add NewFS support: initial commit. Signed-off-by: Amlal El Mahrouss --- Public/Developer/System.Core/Sources/CRT0.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Public/Developer/System.Core/Sources') diff --git a/Public/Developer/System.Core/Sources/CRT0.cxx b/Public/Developer/System.Core/Sources/CRT0.cxx index a0235e68..b6fb9de1 100644 --- a/Public/Developer/System.Core/Sources/CRT0.cxx +++ b/Public/Developer/System.Core/Sources/CRT0.cxx @@ -4,9 +4,9 @@ #include -/// @brief Inits the DLL. +/// @brief Inits the library. /// @return if it was succesful or not. -CA_EXTERN_C DWordType __DllMain(VoidType) { +CA_EXTERN_C DWordType __start(VoidType) { kApplicationObject = HcGetAppObject(); CA_MUST_PASS(kApplicationObject); -- cgit v1.2.3