Module: wine Branch: master Commit: af11c94b31e750e529f8f82ada1e71fa988b22ff URL: http://source.winehq.org/git/wine.git/?a=commit;h=af11c94b31e750e529f8f82ada...
Author: Michael Stefaniuc mstefani@redhat.de Date: Sun Aug 15 22:27:24 2010 +0200
gameux: Don't bother to output a "stub" FIXME in 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; }