X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..085a1f3cd9bb0dd151024aeb2d09e769e76bb829:/include/wx/joystick.h diff --git a/include/wx/joystick.h b/include/wx/joystick.h index 5391c9c5c3..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__) @@ -9,9 +11,13 @@ #include "wx/gtk/joystick.h" #elif defined(__WXMAC__) #include "wx/mac/joystick.h" +#elif defined(__WXPM__) +#include "wx/os2/joystick.h" #elif defined(__WXSTUBS__) #include "wx/stubs/joystick.h" #endif +#endif // wxUSE_JOYSTICK + #endif // _WX_JOYSTICK_H_BASE_