diff options
Diffstat (limited to 'Public/Developer/System.Core/Sources/CRT0.cxx')
| -rw-r--r-- | Public/Developer/System.Core/Sources/CRT0.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Public/Developer/System.Core/Sources/CRT0.cxx b/Public/Developer/System.Core/Sources/CRT0.cxx index b6fb9de1..244e62d5 100644 --- a/Public/Developer/System.Core/Sources/CRT0.cxx +++ b/Public/Developer/System.Core/Sources/CRT0.cxx @@ -7,7 +7,7 @@ /// @brief Inits the library. /// @return if it was succesful or not. CA_EXTERN_C DWordType __start(VoidType) { - kApplicationObject = HcGetAppObject(); + kApplicationObject = RtGetAppObject(); CA_MUST_PASS(kApplicationObject); return 0; |
