Huw Davies : oledb32: Add stub DllCanUnloadNow.

Alexandre Julliard julliard at winehq.org
Wed Sep 9 09:57:35 CDT 2009


Module: wine
Branch: master
Commit: 50046f21d47ce15604a98c144ab02fa8077c44b5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=50046f21d47ce15604a98c144ab02fa8077c44b5

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Sep  9 12:21:43 2009 +0100

oledb32: Add stub DllCanUnloadNow.

---

 dlls/oledb32/main.c       |    9 +++++++++
 dlls/oledb32/oledb32.spec |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/dlls/oledb32/main.c b/dlls/oledb32/main.c
index 6ff580c..6e22f71 100644
--- a/dlls/oledb32/main.c
+++ b/dlls/oledb32/main.c
@@ -134,3 +134,12 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, void **obj)
 
     return CLASS_E_CLASSNOTAVAILABLE;
 }
+
+/******************************************************************
+ *              DllCanUnloadNow
+ */
+HRESULT WINAPI DllCanUnloadNow(void)
+{
+    FIXME("(): stub\n");
+    return S_FALSE;
+}
diff --git a/dlls/oledb32/oledb32.spec b/dlls/oledb32/oledb32.spec
index 4e15e00..b16365d 100644
--- a/dlls/oledb32/oledb32.spec
+++ b/dlls/oledb32/oledb32.spec
@@ -1,4 +1,4 @@
-@ stub DllCanUnloadNow
+@ stdcall -private DllCanUnloadNow()
 @ stdcall -private DllGetClassObject(ptr ptr ptr)
 @ stdcall -private DllRegisterServer()
 @ stdcall -private DllUnregisterServer()




More information about the wine-cvs mailing list