mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 22:07:08 -06:00
4.44 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
804edc5756
commit
d9666cf046
21
CPP/7zip/Archive/Iso/IsoHeader.cpp
Executable file
21
CPP/7zip/Archive/Iso/IsoHeader.cpp
Executable file
@@ -0,0 +1,21 @@
|
||||
// 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";
|
||||
|
||||
const wchar_t *kMediaTypes[5] =
|
||||
{
|
||||
L"NoEmulation",
|
||||
L"1.2M",
|
||||
L"1.44M",
|
||||
L"2.88M",
|
||||
L"HardDisk"
|
||||
};
|
||||
|
||||
}}
|
||||
Reference in New Issue
Block a user