X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c23659222b436b9dc3056b67fc3a9a74c9bca1..401ec7b639629b0c316f84b26d52897829dcf609:/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