diff options
Diffstat (limited to 'CPP/7zip/Archive/Iso/IsoHeader.cpp')
-rw-r--r-- | CPP/7zip/Archive/Iso/IsoHeader.cpp | 12 |
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 | |||
7 | namespace NArchive { | ||
8 | namespace NIso { | ||
9 | |||
10 | const char * const kElToritoSpec = "EL TORITO SPECIFICATION\0\0\0\0\0\0\0\0\0"; | ||
11 | |||
12 | }} | ||