~ubuntu-branches/ubuntu/precise/p7zip/precise-updates

« back to all changes in this revision

Viewing changes to CPP/7zip/UI/FileManager/ClassDefs.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2009-02-14 20:12:27 UTC
  • mfrom: (1.1.11 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090214201227-go63qxm9ozfdma60
Tags: 4.65~dfsg.1-1
* New upstream release.
* Remove wx2.8 Build-Depends added by mistakes (7zG is not yet
  intended to be built).
* Use dh_clean without -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ClassDefs.cpp
 
2
 
 
3
#include "StdAfx.h"
 
4
 
 
5
#include <initguid.h>
 
6
 
 
7
#include "IFolder.h"
 
8
#include "../../IPassword.h"
 
9
#include "PluginInterface.h"
 
10
#include "ExtractCallback.h"
 
11
#include "../../ICoder.h"
 
12
 
 
13
#include "../Agent/Agent.h"
 
14
 
 
15
// {23170F69-40C1-278A-1000-000100020000}
 
16
DEFINE_GUID(CLSID_CZipContextMenu,
 
17
0x23170F69, 0x40C1, 0x278A, 0x10, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00);