COMPOBJ: CoSuspendClassObjects stub implementation

Mike McCormack mike at codeweavers.com
Sun Sep 19 02:01:23 CDT 2004


ChangeLog:
* CoSuspendClassObjects stub implementation
-------------- next part --------------
Index: dlls/ole32/compobj.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/compobj.c,v
retrieving revision 1.102
diff -u -r1.102 compobj.c
--- dlls/ole32/compobj.c	7 Sep 2004 20:25:52 -0000	1.102
+++ dlls/ole32/compobj.c	19 Sep 2004 05:25:54 -0000
@@ -2197,3 +2197,12 @@
         dwCapabilities, pReserved3);
   return S_OK;
 }
+
+/***********************************************************************
+ *           CoSuspendClassObjects [OLE32.@]
+ */
+HRESULT WINAPI CoSuspendClassObjects(void)
+{
+    FIXME("\n");
+    return S_OK;
+}
Index: dlls/ole32/ole32.spec
===================================================================
RCS file: /home/wine/wine/dlls/ole32/ole32.spec,v
retrieving revision 1.54
diff -u -r1.54 ole32.spec
--- dlls/ole32/ole32.spec	2 May 2004 04:20:37 -0000	1.54
+++ dlls/ole32/ole32.spec	19 Sep 2004 05:25:54 -0000
@@ -66,7 +66,7 @@
 @ stub CoSetProxyBlanket          #@ stdcall (ptr long long wstr long long ptr long) return 0,ERR_NOTIMPLEMENTED
 @ stdcall CoSetState(ptr)
 @ stub CoSwitchCallContext
-@ stub CoSuspendClassObjects      #@ stdcall () return 0,ERR_NOTIMPLEMENTED
+@ stdcall CoSuspendClassObjects()
 @ stdcall CoTaskMemAlloc(long)
 @ stdcall CoTaskMemFree(ptr)
 @ stdcall CoTaskMemRealloc(ptr long)


More information about the wine-patches mailing list