Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-08-11 11:36:43 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-08-11 11:36:43 +0400
commit2324fd5b91a7e9a50b3e2f494f02a7204720df9f (patch)
tree439499c2077f3acc210c101b0c90fa3c50c3d1ce /winsup/w32api/include/objidl.h
parent432fa81e8e2d8eeef322a61398eb49b377bd0133 (diff)
* include/objidl.h (IEnumMoniker): Correct declaration.
Diffstat (limited to 'winsup/w32api/include/objidl.h')
-rw-r--r--winsup/w32api/include/objidl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/objidl.h b/winsup/w32api/include/objidl.h
index d3597e318..8dd503206 100644
--- a/winsup/w32api/include/objidl.h
+++ b/winsup/w32api/include/objidl.h
@@ -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;