Fix Windows compilation.
This commit is contained in:
parent
7e5a1bb6b9
commit
fed8ce623b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ FGInput::FGInput ()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ENABLE_HID_INPUT)
|
#if defined(ENABLE_HID_INPUT) && defined(WITH_EVENTINPUT)
|
||||||
if (fgGetBool("/sim/input/enable-hid", true)) {
|
if (fgGetBool("/sim/input/enable-hid", true)) {
|
||||||
set_subsystem( "input-event-hid", new FGHIDEventInput() );
|
set_subsystem( "input-event-hid", new FGHIDEventInput() );
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue