Files
easy7zip/CPP/7zip/Common/MethodId.h
Igor Pavlov c574fc0f4b 4.46 beta
2016-05-28 00:15:51 +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