X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c23659222b436b9dc3056b67fc3a9a74c9bca1..aed8df383fa66e3b69aecb29e34815a0a518ce1d:/include/wx/joystick.h diff --git a/include/wx/joystick.h b/include/wx/joystick.h index b6aff395c6..b0ff1ef04d 100644 --- a/include/wx/joystick.h +++ b/include/wx/joystick.h @@ -1,10 +1,10 @@ #ifndef __JOYSTICKH_BASE__ #define __JOYSTICKH_BASE__ -#if defined(__WINDOWS__) +#if defined(__WXMSW__) #include "wx/msw/joystick.h" -#elif defined(__MOTIF__) -#elif defined(__GTK__) +#elif defined(__WXMOTIF__) +#elif defined(__WXGTK__) #include "wx/gtk/joystick.h" #endif