X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1777b9bbf4573dabecf4a3256d0d3c2c0c2a3fdf..d7eee191c55687785a2be927fd387d10514cdf1b:/include/wx/joystick.h diff --git a/include/wx/joystick.h b/include/wx/joystick.h index 370ee935c6..7203acb5bb 100644 --- a/include/wx/joystick.h +++ b/include/wx/joystick.h @@ -1,6 +1,8 @@ #ifndef _WX_JOYSTICK_H_BASE_ #define _WX_JOYSTICK_H_BASE_ +#if wxUSE_JOYSTICK + #if defined(__WXMSW__) #include "wx/msw/joystick.h" #elif defined(__WXMOTIF__) @@ -15,5 +17,7 @@ #include "wx/stubs/joystick.h" #endif +#endif // wxUSE_JOYSTICK + #endif // _WX_JOYSTICK_H_BASE_