X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/892b89f3b79a756ba3c278c605b79a6fa377d60f..d5e64615977c6839abe565919e8da50ffda40604:/src/os2/joystick.cpp diff --git a/src/os2/joystick.cpp b/src/os2/joystick.cpp index 73e82b549b..e40b19826e 100644 --- a/src/os2/joystick.cpp +++ b/src/os2/joystick.cpp @@ -9,6 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#include "wx/defs.h" + +#if wxUSE_JOYSTICK + #include "wx/string.h" #define INCL_PM #define INCL_DOS @@ -280,4 +284,5 @@ bool wxJoystick::ReleaseCapture() // TODO return FALSE; } +#endif // wxUSE_JOYSTICK