diff options
Diffstat (limited to 'src/launch')
| -rw-r--r-- | src/launch/LaunchKit/Foundation.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/launch/LaunchKit/Foundation.h b/src/launch/LaunchKit/Foundation.h index 5fb8efea..e14abf6f 100644 --- a/src/launch/LaunchKit/Foundation.h +++ b/src/launch/LaunchKit/Foundation.h @@ -4,7 +4,8 @@ ======================================== */ -#pragma once +#ifndef LAUNCHKIT_FOUNDATION_H +#define LAUNCHKIT_FOUNDATION_H #include <CoreFoundation.fwrk/headers/Ref.h> #include <libSystem/SystemKit/System.h> @@ -19,3 +20,5 @@ namespace LaunchKit { using AnyRef = CF::CFRef<VoidPtr>; using StatusRef = CF::CFRef<SInt32>; } // namespace LaunchKit + +#endif |
