13 lines
186 B
C++
13 lines
186 B
C++
// 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";
|
|
|
|
}}
|