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

MethodId.h « Common « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4230632642f6dc66c22883af7ab8bd8a75bb2292 (plain)
1
2
3
4
5
6
7
8
9
10
// MethodID.h

#ifndef __7Z_METHOD_ID_H
#define __7Z_METHOD_ID_H

#include "../../Common/Types.h"

typedef UInt64 CMethodId;

#endif