~ubuntu-installer/wubi/trunk

« back to all changes in this revision

Viewing changes to src/7z/CPP/7zip/UI/FileManager/FileFolderPluginOpen.h

  • Committer: Agostino Russo
  • Date: 2008-12-04 00:37:30 UTC
  • Revision ID: agostino.russo@gmail.com-20081204003730-3o051yp78d6ujckl
* Bumped version to 9.04
* Added required binaries (will be compiled at a later stage)
* Added uninstallation page
* Added BitTorrent source
* Added documentation and licenses
* Connected download managers
* Fixed download status updates
* Added more information to the README
* Made the tasklist thread daemonic so that it does not prevent the
  main application from quitting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// FileFolderPluginOpen.h
 
2
 
 
3
#ifndef __FILEFOLDERPLUGINOPEN_H
 
4
#define __FILEFOLDERPLUGINOPEN_H
 
5
 
 
6
HRESULT OpenFileFolderPlugin(const UString &path, 
 
7
  HMODULE *module, IFolderFolder **resultFolder, HWND parentWindow, bool &encrypted);
 
8
 
 
9
#endif