Welcome to mirror list, hosted at ThFree Co, Russian Federation.

IsoHeader.cpp « Iso « Archive « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59c283c1dd9d29257599e9774add1155ed091a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
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";

}}