aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/Archive/Iso/IsoHeader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Archive/Iso/IsoHeader.cpp')
-rw-r--r--CPP/7zip/Archive/Iso/IsoHeader.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/CPP/7zip/Archive/Iso/IsoHeader.cpp b/CPP/7zip/Archive/Iso/IsoHeader.cpp
new file mode 100644
index 0000000..3b59060
--- /dev/null
+++ b/CPP/7zip/Archive/Iso/IsoHeader.cpp
@@ -0,0 +1,12 @@
1// Archive/Iso/Header.h
2
3#include "StdAfx.h"
4
5#include "IsoHeader.h"
6
7namespace NArchive {
8namespace NIso {
9
10const char * const kElToritoSpec = "EL TORITO SPECIFICATION\0\0\0\0\0\0\0\0\0";
11
12}}