p7zip-rar/CPP/7zip/Common/MethodId.h

11 lines
135 B
C
Raw Normal View History

2017-10-11 12:40:22 +02:00
// MethodId.h
#ifndef __7Z_METHOD_ID_H
#define __7Z_METHOD_ID_H
#include "../../Common/MyTypes.h"
typedef UInt64 CMethodId;
#endif