android_mt6572_jiabo/external/lzma/CPP/7zip/Common/MethodId.h
2025-09-05 16:56:03 +08:00

10 lines
145 B
C

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