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

Michael Stefaniuc mstefani at redhat.de
Tue Jul 19 08:31:15 CDT 2011


Returning S_FALSE is a perfectly fine implementation of
DllCanUnloadNow().
---
 dlls/vbscript/vbscript_main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/vbscript/vbscript_main.c b/dlls/vbscript/vbscript_main.c
index 53f2841..3389bf4 100644
--- a/dlls/vbscript/vbscript_main.c
+++ b/dlls/vbscript/vbscript_main.c
@@ -125,7 +125,6 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
  */
 HRESULT WINAPI DllCanUnloadNow(void)
 {
-    FIXME("()\n");
     return S_FALSE;
 }
 
-- 
1.7.6



More information about the wine-patches mailing list