From bd41ecd0f5e19b25be83c6fe0665aa9c9e82ba56 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 7 Dec 2025 06:16:14 -0500 Subject: chore: LaunchHelpers.fwrk: new alias for `LHLaunchInfo*`. Signed-off-by: Amlal El Mahrouss --- public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h index 36ce50ac..846bb344 100644 --- a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h +++ b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h @@ -23,6 +23,8 @@ struct LHLaunchInfo final { CF::CFInteger64 fGID{0}; }; +using LHLaunchInfoPtr = LHLaunchInfo*; + /// @brief Get launch information. /// @return the launch information structure. LHLaunchInfo* LHGetLaunchInfo(Void); -- cgit v1.2.3