summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/Common/MethodId.h
blob: 19b1f10d5fad15b0c9ab4e8878c7a642006b3408 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// MethodId.h

#ifndef ZIP7_INC_7Z_METHOD_ID_H
#define ZIP7_INC_7Z_METHOD_ID_H

#include "../../Common/MyTypes.h"

typedef UInt64 CMethodId;

#endif