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
path: root/winsup
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-08-12 01:16:30 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-08-12 01:16:30 +0400
commita814828d06994b45224e218437972d1bedf487a4 (patch)
treed58ea7158dfd15d3b2c22e81dbbd2052b57bc844 /winsup
parent5ffec1d16d6a4372f9800136be254fdf35a760d8 (diff)
* include/objidl.h (IEnumMoniker): Put 'interface' back.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/objidl.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index b740ae460..c228f9b51 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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.
diff --git a/winsup/w32api/include/objidl.h b/winsup/w32api/include/objidl.h
index 8dd503206..bf14ce150 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,IMoniker*);
+DECLARE_ENUMERATOR_(IEnumMoniker,interface IMoniker*);
DECLARE_ENUMERATOR_(IEnumUnknown,IUnknown*);
EXTERN_C const IID IID_ISequentialStream;