From ae70c6f1838e19ce617d8c288e7a6a3d76b7b1e2 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sun, 4 Jan 2004 09:04:19 +0000 Subject: * include/mshtml.h (IHTMLDocument2): Correct write, writeln declarations. Thanks to: Rene Nyffenegger . --- winsup/w32api/include/shlguid.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'winsup/w32api/include/shlguid.h') diff --git a/winsup/w32api/include/shlguid.h b/winsup/w32api/include/shlguid.h index db42c8822..5bbc7af41 100644 --- a/winsup/w32api/include/shlguid.h +++ b/winsup/w32api/include/shlguid.h @@ -63,6 +63,14 @@ extern const GUID IID_IUniformResourceLocator; extern const GUID CLSID_DragDropHelper; extern const GUID IID_IDropTargetHelper; extern const GUID IID_IDragSourceHelper; +#if (_WIN32_IE >= 0x400 || _WIN32_WINNT >= 0x500) +extern const GUID IID_IPersistFolder2; +#endif +#if (_WIN32_WINNT >= 0x500) +extern const GUID IID_IPersistFolder3; +extern const GUID IID_IShellFolder2; +extern const GUID IID_IFileSystemBindData; +#endif #ifdef UNICODE #define IID_IFileViewer IID_IFileViewerW #define IID_IShellLink IID_IShellLinkW -- cgit v1.2.3