From 3cded2a8deaaa8e6907ed1b47d174eb267aab7aa Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sun, 9 Jun 2024 19:59:14 +0200 Subject: MHR-23: Refactor and finishing SMP support. --- SDK/Libraries/CoreSystem/Sources/CRTStartup.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 SDK/Libraries/CoreSystem/Sources/CRTStartup.c (limited to 'SDK/Libraries/CoreSystem/Sources/CRTStartup.c') diff --git a/SDK/Libraries/CoreSystem/Sources/CRTStartup.c b/SDK/Libraries/CoreSystem/Sources/CRTStartup.c deleted file mode 100644 index 1cfad65d..00000000 --- a/SDK/Libraries/CoreSystem/Sources/CRTStartup.c +++ /dev/null @@ -1,12 +0,0 @@ -/* ------------------------------------------- - - Copyright SoftwareLabs - -------------------------------------------- */ - -#include - -VoidType __DllMainCRTStartup(VoidType) -{ - kSharedApplication = RtGetAppPointer(); -} \ No newline at end of file -- cgit v1.2.3