Module: wine Branch: master Commit: ed4f1e8ec76d0bf5a615ce83b54c4117c9faadd8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ed4f1e8ec76d0bf5a615ce83b5...
Author: Vitaliy Margolen wine-patches@kievinfo.com Date: Sat Jul 28 20:09:43 2007 -0600
dinput: Fix typo.
---
dlls/dinput/joystick_linux.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/dinput/joystick_linux.c b/dlls/dinput/joystick_linux.c index 57f1d7a..9bd423b 100644 --- a/dlls/dinput/joystick_linux.c +++ b/dlls/dinput/joystick_linux.c @@ -1208,12 +1208,12 @@ static const IDirectInputDevice8AVtbl JoystickAvt = };
#if !defined(__STRICT_ANSI__) && defined(__GNUC__) -# define XCAST(fun) (typeof(SysJoystickWvt.fun)) +# define XCAST(fun) (typeof(JoystickWvt.fun)) #else # define XCAST(fun) (void*) #endif
-static const IDirectInputDevice8WVtbl SysJoystickWvt = +static const IDirectInputDevice8WVtbl JoystickWvt = { IDirectInputDevice2WImpl_QueryInterface, XCAST(AddRef)IDirectInputDevice2AImpl_AddRef,