* include/shlguid.h (IID_IFolderView): Define.
        * include/shlobj.h (IFolderView interface): Define.
        * lib/shell32.c (IID_IFolderView): Export.
This commit is contained in:
Chris Sutcliffe
2010-02-18 13:01:56 +00:00
parent 7cadc91d98
commit 954e9f99fb
4 changed files with 37 additions and 0 deletions

View File

@ -79,6 +79,9 @@ extern const GUID IID_IPersistFolder3;
extern const GUID IID_IShellFolder2;
extern const GUID IID_IFileSystemBindData;
#endif
#if (_WIN32_WINNT >= 0x501)
extern const GUID IID_IFolderView;
#endif
#ifdef UNICODE
#define IID_IFileViewer IID_IFileViewerW
#define IID_IShellLink IID_IShellLinkW