Files
easy7zip/CPP/7zip/Common/MethodId.h
Igor Pavlov f08f4dcc3c 9.34
2016-05-28 00:16:51 +01: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