mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
12 lines
241 B
C++
Executable File
12 lines
241 B
C++
Executable File
// ClassDefs.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "Common/MyInitGuid.h"
|
|
|
|
#include "PluginInterface.h"
|
|
#include "../Agent/Agent.h"
|
|
|
|
DEFINE_GUID(CLSID_CZipContextMenu,
|
|
0x23170F69, 0x40C1, 0x278A, 0x10, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00);
|