7zMethodID.h 131 B

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