Michael Stefaniuc : wshom.ocx: Don't bother with a FIXME in DllCanUnloadNow ().

Alexandre Julliard julliard at winehq.org
Mon Sep 26 16:15:08 CDT 2011


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sun Sep 25 23:32:28 2011 +0200

wshom.ocx: Don't bother with a FIXME in DllCanUnloadNow().

---

 dlls/wshom.ocx/wshom_main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/wshom.ocx/wshom_main.c b/dlls/wshom.ocx/wshom_main.c
index 2e6016c..b05eb86 100644
--- a/dlls/wshom.ocx/wshom_main.c
+++ b/dlls/wshom.ocx/wshom_main.c
@@ -115,7 +115,6 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
  */
 HRESULT WINAPI DllCanUnloadNow(void)
 {
-    FIXME("()\n");
     return S_FALSE;
 }
 




More information about the wine-cvs mailing list