summaryrefslogtreecommitdiffhomepage
path: root/Public/Developer/System.Core/Sources/CRT0.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Developer/System.Core/Sources/CRT0.cxx')
-rw-r--r--Public/Developer/System.Core/Sources/CRT0.cxx4
1 files changed, 2 insertions, 2 deletions
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 <System.Core/Headers/Heap.hxx>
-/// @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);