mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 02:11:36 -06:00
Initialer Commit
This commit is contained in:
12
CPP/7zip/Archive/Iso/IsoHeader.cpp
Normal file
12
CPP/7zip/Archive/Iso/IsoHeader.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
// Archive/Iso/Header.h
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "IsoHeader.h"
|
||||
|
||||
namespace NArchive {
|
||||
namespace NIso {
|
||||
|
||||
const char *kElToritoSpec = "EL TORITO SPECIFICATION\0\0\0\0\0\0\0\0\0";
|
||||
|
||||
}}
|
||||
Reference in New Issue
Block a user