diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2007-07-12 05:49:18 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2007-07-12 05:49:18 +0000 |
commit | 95d4361935791bf78aa476bc027552ff1ddb3eb3 (patch) | |
tree | c233c59e964517ff0e6676d46dfd4265b6a6c828 /winsup/w32api/include/basetyps.h | |
parent | b301596e9117e9921f8c119fbae1490c0578a738 (diff) | |
download | cygnal-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.h | 3 |
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; |