diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-03-06 08:53:26 +0000 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-03-06 08:53:26 +0000 |
| commit | c5c8c347b52d20c122f36246cf05334a15dbf1f4 (patch) | |
| tree | f878e43b452541227461820d9620bd4b0faed95f | |
| parent | a90ef5f5d9b047da087cf925ae6d5e6de3b18b32 (diff) | |
XIFF: Add new container type.
| -rw-r--r-- | Public/Kits/SystemKit/XIFF.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Public/Kits/SystemKit/XIFF.hxx b/Public/Kits/SystemKit/XIFF.hxx index 29726a14..83560e10 100644 --- a/Public/Kits/SystemKit/XIFF.hxx +++ b/Public/Kits/SystemKit/XIFF.hxx @@ -35,5 +35,6 @@ struct PACKED XiffHeader final { #define kXIFFContainerAudio "XAFF" #define kXIFFContainerInstaller "XnFF" #define kXIFFContainerGeneric "XIFF" +#define kXIFFContainerBinary "XEFF" #endif // ifndef __XIFF__ |
