Commit af11c94b authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent f55e2374
......@@ -37,7 +37,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(gameux);
HRESULT WINAPI DllCanUnloadNow(void)
{
FIXME("stub\n");
return S_FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment