Commit 897beee5 authored by Hannu Valtonen's avatar Hannu Valtonen Committed by Alexandre Julliard

SysMouseAImpl_Unacquire should return DI_NOEFFECT if the device is not

in an acquired state.
parent 55f2dac0
......@@ -660,8 +660,8 @@ static HRESULT WINAPI SysMouseAImpl_Unacquire(LPDIRECTINPUTDEVICE8A iface)
This->acquired = 0;
}
else
ERR("Unacquiring a not-acquired device !!!\n");
return DI_NOEFFECT;
return DI_OK;
}
......
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