summaryrefslogtreecommitdiffhomepage
path: root/Public
diff options
context:
space:
mode:
Diffstat (limited to 'Public')
-rw-r--r--Public/Kits/SystemKit/XIFF.hxx5
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__