dinput: Fix small typo.

This commit is contained in:
Vitaliy Margolen 2006-07-23 09:59:16 -06:00 committed by Alexandre Julliard
parent 127613bc6f
commit b88c1677d1
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ static HRESULT WINAPI IDirectInputAImpl_CreateDevice(
return ret_value;
}
static HRESULT WINAPI IDirectInputWImpl_CreateDevice(LPDIRECTINPUT7A iface,
static HRESULT WINAPI IDirectInputWImpl_CreateDevice(LPDIRECTINPUT7W iface,
REFGUID rguid, LPDIRECTINPUTDEVICEW* pdev, LPUNKNOWN punk) {
IDirectInputImpl *This = (IDirectInputImpl *)iface;
HRESULT ret_value = DIERR_DEVICENOTREG;