diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-20 19:40:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 19:40:30 -0500 |
| commit | c739255b48b3a5b2e184ca1a637f9f1f95c978ff (patch) | |
| tree | 3db42241d514cf0e85b3ae6a3a1b17fa7ccf0f3b /public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h | |
| parent | 72dc7188a81052bfeb649eecb420e6b52e2c0c4b (diff) | |
| parent | c464e5800961c809c73d4180f8a66885b53c63d7 (diff) | |
Merge pull request #78 from nekernel-org/devv0.0.6
meta: Codebase improvements on NeKernel.
Diffstat (limited to 'public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h')
| -rw-r--r-- | public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h index 45d53b53..de4e6b09 100644 --- a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h +++ b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once @@ -15,10 +15,10 @@ struct LHLaunchInfo; /// @brief Launch information structure. /// @note This structure is read-only. Modyfing its members wo't have any effect. struct LHLaunchInfo final { - CF::CFString fExecutablePath; - CF::CFString fWorkingDirectory; - CF::CFString fArguments; - CF::CFString fEnvironment; + CF::CFString fExecutablePath; + CF::CFString fWorkingDirectory; + CF::CFString fArguments; + CF::CFString fEnvironment; CF::CFInteger64 fUID{0}; CF::CFInteger64 fGID{0}; }; |
