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

This commit is contained in:
Michael Stefaniuc 2010-08-15 22:27:24 +02:00 committed by Alexandre Julliard
parent f55e2374a0
commit af11c94b31
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(gameux);
HRESULT WINAPI DllCanUnloadNow(void)
{
FIXME("stub\n");
return S_FALSE;
}