Vitaliy Margolen : dinput: Fix small typo.
Module: wine Branch: refs/heads/master Commit: b88c1677d14ffd9f31ac4d10e655c8ead3ec608d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b88c1677d14ffd9f31ac4d10... Author: Vitaliy Margolen <wine-patch(a)kievinfo.com> Date: Sun Jul 23 09:59:16 2006 -0600 dinput: Fix small typo. --- dlls/dinput/dinput_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/dinput/dinput_main.c b/dlls/dinput/dinput_main.c index 9f93a52..369984d 100644 --- a/dlls/dinput/dinput_main.c +++ b/dlls/dinput/dinput_main.c @@ -345,7 +345,7 @@ static HRESULT WINAPI IDirectInputAImpl_ 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;
participants (1)
-
Alexandre Julliard