• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // MethodId.h
2 
3 #ifndef ZIP7_INC_7Z_METHOD_ID_H
4 #define ZIP7_INC_7Z_METHOD_ID_H
5 
6 #include "../../Common/MyTypes.h"
7 
8 typedef UInt64 CMethodId;
9 
10 #endif
11