This commit is contained in:
Igor Pavlov
2005-05-30 00:00:00 +00:00
committed by Kornel Lesiński
parent 8c1b5c7b7e
commit 3c510ba80b
926 changed files with 40559 additions and 23519 deletions

View File

@@ -1,7 +1,5 @@
// ContextMenu.h
#pragma once
#ifndef __CONTEXTMENU_H
#define __CONTEXTMENU_H
@@ -9,10 +7,14 @@
DEFINE_GUID(CLSID_CZipContextMenu,
0x23170F69, 0x40C1, 0x278A, 0x10, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00);
#include <vector>
#include "Common/String.h"
#include "../../FileManager/PluginInterface.h"
class CZipContextMenu:
public IContextMenu,
public IShellExtInit,
@@ -89,4 +91,4 @@ private:
CCommandMapItem &commandMapItem);
};
#endif
#endif