diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2006-04-11 22:56:08 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2006-04-11 22:56:08 +0000 |
commit | 076887efab5cfff2844aea7072a3f63ced3402fc (patch) | |
tree | 3f779ce9452391818439521b05ae3c40565fc027 /winsup/w32api/include/oleacc.h | |
parent | 34e666798a87d0dad90a78a807bbea97b09a5b2a (diff) | |
download | cygnal-076887efab5cfff2844aea7072a3f63ced3402fc.tar.gz cygnal-076887efab5cfff2844aea7072a3f63ced3402fc.tar.bz2 cygnal-076887efab5cfff2844aea7072a3f63ced3402fc.zip |
2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/comcat.h: INTERFACE should not remain defined
at the end of the header.
* include/docobj.h: Ditto.
* include/exdisp.h: Ditto.
* include/intshcut.h: Ditto.
* include/mlang.h: Ditto.
* include/mshtml.h: Ditto.
* include/oaidl.h: Ditto.
Diffstat (limited to 'winsup/w32api/include/oleacc.h')
-rw-r--r-- | winsup/w32api/include/oleacc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/oleacc.h b/winsup/w32api/include/oleacc.h index e78949820..c1a2825a1 100644 --- a/winsup/w32api/include/oleacc.h +++ b/winsup/w32api/include/oleacc.h @@ -149,7 +149,6 @@ typedef enum tagSELFLAG EXTERN_C const IID LIBID_Accessibility; EXTERN_C const IID IID_IAccessible; -#undef INTERFACE #define INTERFACE IAccessible DECLARE_INTERFACE_(IAccessible, IDispatch) { @@ -185,6 +184,7 @@ DECLARE_INTERFACE_(IAccessible, IDispatch) STDMETHOD(put_accName)(THIS_ VARIANT, BSTR) PURE; STDMETHOD(put_accValue)(THIS_ VARIANT, BSTR) PURE; }; +#undef INTERFACE typedef IAccessible* LPACCESSIBLE; STDAPI AccessibleChildren(IAccessible*,LONG,LONG,VARIANT*,LONG*); |