* include/objidl.h (IEnumMoniker): Correct declaration.
This commit is contained in:
parent
432fa81e8e
commit
2324fd5b91
|
@ -1,3 +1,7 @@
|
|||
2002-08-11 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/objidl.h (IEnumMoniker): Correct declaration.
|
||||
|
||||
2002-08-09 Mark Schreiber <mark7@users.sourceforge.net>
|
||||
|
||||
* include/wincrypt.h (CRYPT_NOHASHOID): Add define.
|
||||
|
|
|
@ -415,7 +415,7 @@ DECLARE_ENUMERATOR(STATPROPSETSTG);
|
|||
DECLARE_ENUMERATOR(STATPROPSTG);
|
||||
DECLARE_ENUMERATOR(STATSTG);
|
||||
DECLARE_ENUMERATOR_(IEnumString,LPOLESTR);
|
||||
DECLARE_ENUMERATOR_(IEnumMoniker,interface IMoniker);
|
||||
DECLARE_ENUMERATOR_(IEnumMoniker,IMoniker*);
|
||||
DECLARE_ENUMERATOR_(IEnumUnknown,IUnknown*);
|
||||
|
||||
EXTERN_C const IID IID_ISequentialStream;
|
||||
|
|
Loading…
Reference in New Issue