summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/basetyps.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2007-07-12 05:49:18 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2007-07-12 05:49:18 +0000
commit95d4361935791bf78aa476bc027552ff1ddb3eb3 (patch)
treec233c59e964517ff0e6676d46dfd4265b6a6c828 /winsup/w32api/include/basetyps.h
parentb301596e9117e9921f8c119fbae1490c0578a738 (diff)
downloadcygnal-95d4361935791bf78aa476bc027552ff1ddb3eb3.tar.gz
cygnal-95d4361935791bf78aa476bc027552ff1ddb3eb3.tar.bz2
cygnal-95d4361935791bf78aa476bc027552ff1ddb3eb3.zip
[mingw-Bugs-1751518]
* include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL, get_URL. [mingw-Bugs-1751565] * include/basetyps.h (IID); Guard with __IID_DEFINED__ [mingw-Bugs-1751595] * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP methods.
Diffstat (limited to 'winsup/w32api/include/basetyps.h')
-rw-r--r--winsup/w32api/include/basetyps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/basetyps.h b/winsup/w32api/include/basetyps.h
index 7c38b3943..b644bdf6f 100644
--- a/winsup/w32api/include/basetyps.h
+++ b/winsup/w32api/include/basetyps.h
@@ -124,7 +124,10 @@ typedef struct _GUID
#define UUID_DEFINED
typedef GUID UUID;
#endif /* UUID_DEFINED */
+#ifndef __IID_DEFINED__
+#define __IID_DEFINED__
typedef GUID IID;
+#endif /* __IID_DEFINED__ */
typedef GUID CLSID;
typedef CLSID *LPCLSID;
typedef IID *LPIID;