Fix compilation of the case without proper Linux joystick support.
This commit is contained in:
parent
297cd99ca3
commit
e8a5c293c1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue