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

Michael Stefaniuc mstefani at redhat.de
Sun Sep 25 16:32:28 CDT 2011


return S_FALSE is a decent implementation for that function.
---
 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;
 }
 
-- 
1.7.6.2



More information about the wine-patches mailing list