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

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/FileManager/ClassDefs.cpp')
-rwxr-xr-xCPP/7zip/FileManager/ClassDefs.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/CPP/7zip/FileManager/ClassDefs.cpp b/CPP/7zip/FileManager/ClassDefs.cpp
new file mode 100755
index 00000000..ded9c8d8
--- /dev/null
+++ b/CPP/7zip/FileManager/ClassDefs.cpp
@@ -0,0 +1,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);