From 9e746d42d2e3faa526f12ba222f5ee6924dd30f9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Dec 2025 10:08:33 +0100 Subject: feat! breaking API changes, use header guards and libSystem fixes. Signed-off-by: Amlal El Mahrouss --- src/libSystem/SystemKit/Macros.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/libSystem/SystemKit/Macros.h') diff --git a/src/libSystem/SystemKit/Macros.h b/src/libSystem/SystemKit/Macros.h index b30db701..dab30384 100644 --- a/src/libSystem/SystemKit/Macros.h +++ b/src/libSystem/SystemKit/Macros.h @@ -7,7 +7,8 @@ Purpose: libsci Macros header. ======================================== */ -#pragma once +#ifndef SYSTEMKIT_MACROS_H +#define SYSTEMKIT_MACROS_H /***********************************************************************************/ /// @file libSystem/Macros.h @@ -124,3 +125,5 @@ typedef nullPtr NullPtr; #define LIBSYS_UNUSED(X) ((void) X) IMPORT_C void _rtl_assert(Bool expr, const Char* origin); + +#endif -- cgit v1.2.3