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

ClassDefs.cpp « FileManager « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ded9c8d8826e450ba4bf724b66a01cededfb8419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// ClassDefs.cpp

#include "StdAfx.h"

#include <initguid.h>

#include "IFolder.h"
#include "../IPassword.h"
#include "PluginInterface.h"
#include "ExtractCallback.h"
#include "../ICoder.h"

// {23170F69-40C1-278A-1000-000100020000}
DEFINE_GUID(CLSID_CZipContextMenu, 
0x23170F69, 0x40C1, 0x278A, 0x10, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00);