Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7zMethodID.h « 7z « Archive « C - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57f22a50bbcda18f2cdb3115c05d7e23e808fb30 (plain)
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