Commit a37346c6 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dinput: Ignore NULL callback in IDirectInput_ConfigureDevices.

parent dd1f3434
......@@ -829,7 +829,6 @@ static HRESULT WINAPI dinput8_a_ConfigureDevices( IDirectInput8A *iface_a, LPDIC
HRESULT hr;
DWORD i;
if (!callback) return DIERR_INVALIDPARAM;
if (FAILED(hr = diconfiguredevicesparams_atow( params_a, &params_w ))) return hr;
format_w.dwNumActions = format_a->dwNumActions;
......
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