mame/3rdparty/lzma/CPP/7zip/Common/MethodId.h
2016-04-09 21:52:08 +10:00

11 lines
135 B
C

// MethodId.h
#ifndef __7Z_METHOD_ID_H
#define __7Z_METHOD_ID_H
#include "../../Common/MyTypes.h"
typedef UInt64 CMethodId;
#endif