1 2 3 4 5 6 7 8 9 10 11 12 13 14
/** =========================================== (C) Mahrouss Logic ===========================================*/ #include <System.Core/Headers/Heap.hxx> /// @brief Inits the DLL. /// @return if it was succesful or not. DWordType __DllMain(VoidType) { kApplicationObject = HcGetInstanceObject(); CA_MUST_PASS(kApplicationObject); return 0; }