summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/oleidl.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-05-13 02:05:12 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-05-13 02:05:12 +0000
commitb823fca9ba6e05eb8382a7f9c765d7752ecb553d (patch)
tree4ba904a24c981ac45423cf079bc12e9b98e46550 /winsup/w32api/include/oleidl.h
parenta8833ac1ff740c9d03cdc0e8a3ae5a132a5d7d0b (diff)
downloadcygnal-b823fca9ba6e05eb8382a7f9c765d7752ecb553d.tar.gz
cygnal-b823fca9ba6e05eb8382a7f9c765d7752ecb553d.tar.bz2
cygnal-b823fca9ba6e05eb8382a7f9c765d7752ecb553d.zip
* include/oleidl.h (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
(IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR. * include/docobj.h (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously commented out). (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
Diffstat (limited to 'winsup/w32api/include/oleidl.h')
-rw-r--r--winsup/w32api/include/oleidl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/w32api/include/oleidl.h b/winsup/w32api/include/oleidl.h
index 4754a44f3..1fbc56afd 100644
--- a/winsup/w32api/include/oleidl.h
+++ b/winsup/w32api/include/oleidl.h
@@ -18,7 +18,6 @@ typedef interface IOleClientSite *LPOLECLIENTSITE;
typedef interface IOleObject *LPOLEOBJECT;
typedef interface IDropTarget *LPDROPTARGET;
typedef interface IDropSource *LPDROPSOURCE;
-typedef interface IEnumOleDocumentViews *LPENUMOLEDOCUMENTVIEWS;
typedef interface IEnumOleUndoUnits *LPENUMOLEUNDOUNITS;
typedef interface IEnumOLEVERB *LPENUMOLEVERB;
typedef interface IOleWindow *LPOLEWINDOW;
@@ -82,7 +81,6 @@ typedef struct tagOIFI {
UINT cAccelEntries;
}OLEINPLACEFRAMEINFO,*LPOLEINPLACEFRAMEINFO;
-/*DECLARE_ENUMERATOR_(IEnumOleDocumentViews,IOleDocumentView);*/
DECLARE_ENUMERATOR(OLEVERB);
typedef IEnumOLEVERB IEnumOleVerb;