diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-01-04 09:04:19 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-01-04 09:04:19 +0000 |
commit | ae70c6f1838e19ce617d8c288e7a6a3d76b7b1e2 (patch) | |
tree | 71c07442ecfb33ad31f4619b52ff4062a69720a6 /winsup/w32api/include/shlguid.h | |
parent | ffdd3bba14650f591540d09dee6b306def2aebf5 (diff) | |
download | cygnal-ae70c6f1838e19ce617d8c288e7a6a3d76b7b1e2.tar.gz cygnal-ae70c6f1838e19ce617d8c288e7a6a3d76b7b1e2.tar.bz2 cygnal-ae70c6f1838e19ce617d8c288e7a6a3d76b7b1e2.zip |
* include/mshtml.h (IHTMLDocument2): Correct write, writeln
declarations.
Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
Diffstat (limited to 'winsup/w32api/include/shlguid.h')
-rw-r--r-- | winsup/w32api/include/shlguid.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |