mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
dinput: Return an error in IDirectInputDevice2AImpl_GetProperty().
This commit is contained in:
parent
e5cd19a4cb
commit
cde699b286
@ -887,8 +887,8 @@ HRESULT WINAPI IDirectInputDevice2AImpl_GetProperty(
|
||||
break;
|
||||
}
|
||||
default:
|
||||
WARN("Unknown property %s\n", debugstr_guid(rguid));
|
||||
break;
|
||||
FIXME("Unknown property %s\n", debugstr_guid(rguid));
|
||||
return DIERR_INVALIDPARAM;
|
||||
}
|
||||
|
||||
return DI_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user