diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-21 19:48:01 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-21 19:48:56 +0100 |
| commit | 1b072a1dc14d67c9a64028d515f60c715544fcd4 (patch) | |
| tree | a853dfac6fd35a0f66d23381245149eea25d7b2b /Public | |
| parent | 5cc05e3f40267ff30c0191f7c53a62d9c791102b (diff) | |
Kernel: Got it up and running.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Public')
| -rw-r--r-- | Public/Kits/SystemKit/XIFF.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Public/Kits/SystemKit/XIFF.hxx b/Public/Kits/SystemKit/XIFF.hxx index fb8b441f..665a8b67 100644 --- a/Public/Kits/SystemKit/XIFF.hxx +++ b/Public/Kits/SystemKit/XIFF.hxx @@ -2,7 +2,8 @@ (C) Mahrouss Logic ===========================================*/ -#pragma once +#ifndef __XIFF__ +#define __XIFF__ /** --------------------------------------------------- @@ -31,3 +32,5 @@ struct PACKED XiffHeader { #define kXIFFAudio "XAFF" #define kXIFFInstaller "XnFF" #define kXIFFGeneric "XIFF" + +#endif // ifndef __XIFF__ |
