mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* include/objidl.h (IEnumMoniker): Put 'interface' back.
This commit is contained in:
parent
5ffec1d16d
commit
a814828d06
@ -1,3 +1,7 @@
|
||||
2002-08-12 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/objidl.h (IEnumMoniker): Put 'interface' back.
|
||||
|
||||
2002-08-11 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/objidl.h (IEnumMoniker): Correct declaration.
|
||||
|
@ -415,7 +415,7 @@ DECLARE_ENUMERATOR(STATPROPSETSTG);
|
||||
DECLARE_ENUMERATOR(STATPROPSTG);
|
||||
DECLARE_ENUMERATOR(STATSTG);
|
||||
DECLARE_ENUMERATOR_(IEnumString,LPOLESTR);
|
||||
DECLARE_ENUMERATOR_(IEnumMoniker,IMoniker*);
|
||||
DECLARE_ENUMERATOR_(IEnumMoniker,interface IMoniker*);
|
||||
DECLARE_ENUMERATOR_(IEnumUnknown,IUnknown*);
|
||||
|
||||
EXTERN_C const IID IID_ISequentialStream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user