Commit e8a5c293 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Fix compilation of the case without proper Linux joystick support.

parent 297cd99c
......@@ -1089,7 +1089,7 @@ static IDirectInputDevice8WVtbl JoystickWvt =
#else /* HAVE_CORRECT_LINUXINPUT_H */
struct dinput_device joystick_linuxinput_device = {
const struct dinput_device joystick_linuxinput_device = {
"Wine Linux-input joystick driver",
NULL,
NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment