summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-02 21:35:34 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-02 21:35:34 +0200
commitefc6b5d169d2b6eaabe7384141cec6054ae622a0 (patch)
tree056fb3f24bcf0be7fb372106676349a1f5b644b8 /Private/NewKit
parent96d7e324ae1657216e6bb49a82466977d43d9a89 (diff)
OS: Changes related to System API, breaking changes, also added HTMLLib.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/NewKit')
-rw-r--r--Private/NewKit/Application.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewKit/Application.hxx b/Private/NewKit/Application.hxx
index 8075e8ac..f19dbd97 100644
--- a/Private/NewKit/Application.hxx
+++ b/Private/NewKit/Application.hxx
@@ -27,4 +27,4 @@ typedef struct Application final {
NewOS::Void(*Query)(struct Application* Self, NewOS::VoidPtr* Dst, NewOS::SizeT SzDst, NewOS::XRN::GUIDSequence GuidOf);
} Application, *ApplicationRef;
-#define object_cast reinterpret_cast<ApplicationRef>
+#define app_cast reinterpret_cast<ApplicationRef>