Files
easy7zip/CPP/7zip/Common/MethodId.h
Igor Pavlov a145bfc7cf 4.45 beta
2016-05-28 00:15:50 +01:00

11 lines
133 B
C
Executable File

// MethodID.h
#ifndef __7Z_METHOD_ID_H
#define __7Z_METHOD_ID_H
#include "../../Common/Types.h"
typedef UInt64 CMethodId;
#endif