1 2 3 4 5 6 7 8 9 10
/* 7zMethodID.h */ #ifndef __7Z_METHOD_ID_H #define __7Z_METHOD_ID_H #include "../../Types.h" typedef UInt64 CMethodID; #endif