missing OleDraw() declaration

Michael Lin mlin at corvu.com.au
Sun Apr 10 21:11:21 CDT 2005


ChangeLog:
* added missing OleDraw() declaration

-------------- next part --------------
Index: include/ole2.h
===================================================================
RCS file: /home/wine/wine/include/ole2.h,v
retrieving revision 1.43
diff -u -r1.43 ole2.h
--- include/ole2.h	23 Jan 2004 20:57:26 -0000	1.43
+++ include/ole2.h	11 Apr 2005 01:31:09 -0000
@@ -81,6 +81,7 @@
 HRESULT     WINAPI OleQueryLinkFromData(IDataObject* pSrcDataObject);
 HRESULT     WINAPI OleQueryCreateFromData(LPDATAOBJECT pSrcDataObject);
 HRESULT     WINAPI OleRun(LPUNKNOWN pUnknown);
+HRESULT     WINAPI OleDraw(LPUNKNOWN pUnknown, DWORD dwAspect, HDC hdcDraw, LPCRECT lprcBounds);
 VOID        WINAPI ReleaseStgMedium(LPSTGMEDIUM);
 HRESULT     WINAPI OleGetClipboard(IDataObject** ppDataObj);
 HRESULT     WINAPI OleIsCurrentClipboard(LPDATAOBJECT);


More information about the wine-patches mailing list