mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
11 lines
149 B
C
Executable File
11 lines
149 B
C
Executable File
// MethodId.h
|
|
|
|
#ifndef ZIP7_INC_7Z_METHOD_ID_H
|
|
#define ZIP7_INC_7Z_METHOD_ID_H
|
|
|
|
#include "../../Common/MyTypes.h"
|
|
|
|
typedef UInt64 CMethodId;
|
|
|
|
#endif
|