* include/objidl.h (IEnumMoniker): Put 'interface' back.

This commit is contained in:
Danny Smith 2002-08-11 21:16:30 +00:00
parent 5ffec1d16d
commit a814828d06
2 changed files with 5 additions and 1 deletions

View File

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

View File

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