gameux: Don't bother to output a "stub" FIXME in DllCanUnloadNow().

Michael Stefaniuc mstefani at redhat.de
Sun Aug 15 15:27:24 CDT 2010


"return S_FALSE;" is a perfectly fine implementation of
DllCanUnloadNow().
---
 dlls/gameux/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/gameux/main.c b/dlls/gameux/main.c
index 205d48e..8f1831d 100644
--- a/dlls/gameux/main.c
+++ b/dlls/gameux/main.c
@@ -37,7 +37,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(gameux);
 
 HRESULT WINAPI DllCanUnloadNow(void)
 {
-    FIXME("stub\n");
     return S_FALSE;
 }
 
-- 
1.7.2.1



More information about the wine-patches mailing list