1
0
Fork 0

Fix Windows compilation.

This commit is contained in:
James Turner 2017-12-22 15:48:52 +00:00
parent 7e5a1bb6b9
commit fed8ce623b

View file

@ -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 {