From aba2e40affa6f151dbe496c93f4b19d4bbc62c79 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 27 Mar 2026 01:26:58 +0100 Subject: [FEAT] Framework header guards improvements. Signed-off-by: Amlal El Mahrouss --- public/frameworks/CoreFoundation.fwrk/headers/Array.h | 4 ++-- public/frameworks/CoreFoundation.fwrk/headers/Atom.h | 4 ++-- public/frameworks/CoreFoundation.fwrk/headers/Dictionary.h | 4 ++-- public/frameworks/CoreFoundation.fwrk/headers/Foundation.h | 4 ++-- public/frameworks/CoreFoundation.fwrk/headers/Object.h | 4 ++-- public/frameworks/CoreFoundation.fwrk/headers/Property.h | 4 ++-- public/frameworks/CoreFoundation.fwrk/headers/Ref.h | 4 ++-- public/frameworks/CoreFoundation.fwrk/headers/String.h | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) (limited to 'public/frameworks/CoreFoundation.fwrk/headers') diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Array.h b/public/frameworks/CoreFoundation.fwrk/headers/Array.h index afc5ea77..e5df695d 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Array.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Array.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_ARRAY_H -#define HEADERS_ARRAY_H +#ifndef FW_HEADERS_ARRAY_H +#define FW_HEADERS_ARRAY_H #include diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Atom.h b/public/frameworks/CoreFoundation.fwrk/headers/Atom.h index 5abf9824..4ec12f57 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Atom.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Atom.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_ATOM_H -#define HEADERS_ATOM_H +#ifndef FW_HEADERS_ATOM_H +#define FW_HEADERS_ATOM_H #include diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Dictionary.h b/public/frameworks/CoreFoundation.fwrk/headers/Dictionary.h index f10dc2de..41e6d289 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Dictionary.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Dictionary.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_DICTIONARY_H -#define HEADERS_DICTIONARY_H +#ifndef FW_HEADERS_DICTIONARY_H +#define FW_HEADERS_DICTIONARY_H #include diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h b/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h index 82f3dca2..8f959543 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_FOUNDATION_H -#define HEADERS_FOUNDATION_H +#ifndef FW_HEADERS_FOUNDATION_H +#define FW_HEADERS_FOUNDATION_H #include diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Object.h b/public/frameworks/CoreFoundation.fwrk/headers/Object.h index 54ee6268..771a2a6a 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Object.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Object.h @@ -4,8 +4,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_OBJECT_H -#define HEADERS_OBJECT_H +#ifndef FW_HEADERS_OBJECT_H +#define FW_HEADERS_OBJECT_H #include diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Property.h b/public/frameworks/CoreFoundation.fwrk/headers/Property.h index f3176827..33773d36 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Property.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Property.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_PROPERTY_H -#define HEADERS_PROPERTY_H +#ifndef FW_HEADERS_PROPERTY_H +#define FW_HEADERS_PROPERTY_H #include #include diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Ref.h b/public/frameworks/CoreFoundation.fwrk/headers/Ref.h index 59928e4e..31b12fc6 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Ref.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Ref.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_REF_H -#define HEADERS_REF_H +#ifndef FW_HEADERS_REF_H +#define FW_HEADERS_REF_H #include #include diff --git a/public/frameworks/CoreFoundation.fwrk/headers/String.h b/public/frameworks/CoreFoundation.fwrk/headers/String.h index d82646ee..baf9803f 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/String.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/String.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_STRING_H -#define HEADERS_STRING_H +#ifndef FW_HEADERS_STRING_H +#define FW_HEADERS_STRING_H #include #include -- cgit v1.2.3