mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
4.53 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
33ccab7e72
commit
051769bbc5
17
CPP/7zip/UI/FileManager/ClassDefs.cpp
Executable file
17
CPP/7zip/UI/FileManager/ClassDefs.cpp
Executable file
@@ -0,0 +1,17 @@
|
||||
// ClassDefs.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include <initguid.h>
|
||||
|
||||
#include "IFolder.h"
|
||||
#include "../../IPassword.h"
|
||||
#include "PluginInterface.h"
|
||||
#include "ExtractCallback.h"
|
||||
#include "../../ICoder.h"
|
||||
|
||||
#include "../Agent/Agent.h"
|
||||
|
||||
// {23170F69-40C1-278A-1000-000100020000}
|
||||
DEFINE_GUID(CLSID_CZipContextMenu,
|
||||
0x23170F69, 0x40C1, 0x278A, 0x10, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00);
|
||||
Reference in New Issue
Block a user