* include/mshtml.h (IHTMLDocument2): Correct write, writeln

declarations.
	Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
This commit is contained in:
Danny Smith
2004-01-04 09:04:19 +00:00
parent ffdd3bba14
commit ae70c6f183
4 changed files with 296 additions and 7 deletions

View File

@ -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