summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/7zip/Common/MethodId.h
blob: 28b615fcd3e0edd2a68ebc3806a4c9e73fd81ac5 (plain)
1
2
3
4
5
6
7
8
9
10
// MethodId.h

#ifndef __7Z_METHOD_ID_H
#define __7Z_METHOD_ID_H

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

typedef UInt64 CMethodId;

#endif