X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2Finput.cxx;h=3804e8e9408c404ffb7a4ecb1fdcb487d7c21d8e;hb=d0a2fbba990c07608b813fa026126fe7ce52c552;hp=d32c207d52deed20692a34d4e60bf68413ce1e65;hpb=a6db6d89ff41a619569e6433409e8bf62ff98499;p=flightgear.git diff --git a/src/Input/input.cxx b/src/Input/input.cxx index d32c207d5..3804e8e94 100644 --- a/src/Input/input.cxx +++ b/src/Input/input.cxx @@ -27,16 +27,19 @@ #endif #include "input.hxx" + +#include + #include "FGMouseInput.hxx" #include "FGKeyboardInput.hxx" #include "FGJoystickInput.hxx" #ifdef WITH_EVENTINPUT -#if defined( UL_WIN32 ) +#if defined( SG_WINDOWS ) //to be developed //#include "FGDirectXEventInput.hxx" //#define INPUTEVENT_CLASS FGDirectXEventInput -#elif defined ( UL_MAC_OSX ) +#elif defined ( SG_MAC ) #include "FGMacOSXEventInput.hxx" #define INPUTEVENT_CLASS FGMacOSXEventInput #else