ole2.dll16: add a stub for RELEASESTGMEDIUM

Austin English austinenglish at gmail.com
Mon Apr 25 10:41:04 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26899

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/ole2.dll16/ole2.c b/dlls/ole2.dll16/ole2.c
index c158949..4cebf84 100644
--- a/dlls/ole2.dll16/ole2.c
+++ b/dlls/ole2.dll16/ole2.c
@@ -337,3 +337,11 @@ HRESULT WINAPI GetConvertStg16(LPSTORAGE stg) {
     FIXME("unimplemented stub!\n");
     return E_FAIL;
 }
+
+/***********************************************************************
+ *              ReleaseStgMedium (OLE2.32)
+ */
+VOID WINAPI ReleaseStgMedium16(LPSTGMEDIUM medium) {
+    FIXME("%p: unimplemented stub!\n", medium);
+}
+
diff --git a/dlls/ole2.dll16/ole2.dll16.spec b/dlls/ole2.dll16/ole2.dll16.spec
index d5d8947..5c6e9c0 100644
--- a/dlls/ole2.dll16/ole2.dll16.spec
+++ b/dlls/ole2.dll16/ole2.dll16.spec
@@ -29,7 +29,7 @@
 29 stub CREATEGENERICCOMPOSITE
 30 pascal GetRunningObjectTable(long ptr) GetRunningObjectTable16
 31 stub OLEGETMALLOC
-32 stub RELEASESTGMEDIUM
+32 pascal ReleaseStgMedium(ptr) ReleaseStgMedium16
 33 stub READSTRINGSTREAM
 34 stub WRITESTRINGSTREAM
 35 pascal RegisterDragDrop(word segptr) RegisterDragDrop16


More information about the wine-patches mailing list