diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/XInput.cpp b/Source/Plugins/Plugin_nJoy_SDL/Src/XInput.cpp index 66ba7ef10e..33a63e9edb 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/XInput.cpp +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/XInput.cpp @@ -29,6 +29,7 @@ ///////////////////////////////////////////////////// */ +#ifdef _WIN32 ////////////////////////////////////////////////////////////////////////////////////////// // Includes @@ -130,4 +131,6 @@ bool IsConnected(int Controller) } /////////////////////////////////////////// -} // XInput \ No newline at end of file +} // XInput + +#endif \ No newline at end of file