DEBSOURCES
Skip Quicknav
sources / lzma / 24.08%2Bdfsg-2 / CPP / 7zip / Common / MethodId.h
12345678910
// MethodId.h #ifndef ZIP7_INC_7Z_METHOD_ID_H #define ZIP7_INC_7Z_METHOD_ID_H #include "../../Common/MyTypes.h" typedef UInt64 CMethodId; #endif