mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
11 lines
131 B
C
Executable File
11 lines
131 B
C
Executable File
/* 7zMethodID.h */
|
|
|
|
#ifndef __7Z_METHOD_ID_H
|
|
#define __7Z_METHOD_ID_H
|
|
|
|
#include "../../Types.h"
|
|
|
|
typedef UInt64 CMethodID;
|
|
|
|
#endif
|