Fix compilation of the case without proper Linux joystick support.

This commit is contained in:
Gerald Pfeifer 2005-03-18 10:25:15 +00:00 committed by Alexandre Julliard
parent 297cd99ca3
commit e8a5c293c1
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ static IDirectInputDevice8WVtbl JoystickWvt =
#else /* HAVE_CORRECT_LINUXINPUT_H */ #else /* HAVE_CORRECT_LINUXINPUT_H */
struct dinput_device joystick_linuxinput_device = { const struct dinput_device joystick_linuxinput_device = {
"Wine Linux-input joystick driver", "Wine Linux-input joystick driver",
NULL, NULL,
NULL, NULL,