1 2 3 4 5 6 7 8 9 10 11 12
/** =========================================== (C) Mahrouss Logic ===========================================*/ #include <System.Core/HCoreHeap.hxx> /// @brief Inits the C runtime /// @return if it was succesful or not. DWORD HcInitRuntime(VOID) { kInstanceObject = HcGetProcessObject(); return 0; }