[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:04:14 UTC 2012


The following commit has been merged in the wheezy branch:
commit 7f813e512d370db2043b080cd27b0ea93d003854
Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Sat Mar 3 16:32:47 2012 +1100

    mscoree: Add CoEEShutDownCOM stub.
    (cherry picked from commit e3ab993647001adbf3ed8be6a794ae58fc0e7a95)

diff --git a/dlls/mscoree/mscoree.spec b/dlls/mscoree/mscoree.spec
index b944c34..ad883c6 100644
--- a/dlls/mscoree/mscoree.spec
+++ b/dlls/mscoree/mscoree.spec
@@ -9,7 +9,7 @@
 @ stub CloseCtrs
 @ stdcall CLRCreateInstance(ptr ptr ptr)
 @ stdcall ClrCreateManagedInstance(wstr ptr ptr)
-@ stub CoEEShutDownCOM
+@ stdcall CoEEShutDownCOM()
 @ stdcall CoInitializeCor(long)
 @ stub CoInitializeEE
 @ stub CoUninitializeCor
diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
index e8869dc..5efad1e 100644
--- a/dlls/mscoree/mscoree_main.c
+++ b/dlls/mscoree/mscoree_main.c
@@ -644,6 +644,11 @@ HRESULT WINAPI DllCanUnloadNow(VOID)
     return S_FALSE;
 }
 
+void WINAPI CoEEShutDownCOM(void)
+{
+    FIXME("stub.\n");
+}
+
 INT WINAPI ND_RU1( const void *ptr, INT offset )
 {
     return *((const BYTE *)ptr + offset);

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list