]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/joystick.h
change superflous elif to else
[wxWidgets.git] / include / wx / joystick.h
index 86134d92a3ffc6fc800e2fd9ea945f4eac808fa3..1e07320f910e4db477fd10479789527907d3b5bb 100644 (file)
@@ -6,17 +6,17 @@
 #if defined(__WXMSW__)
 #include "wx/msw/joystick.h"
 #elif defined(__WXMOTIF__)
-#include "wx/motif/joystick.h"
+#include "wx/unix/joystick.h"
 #elif defined(__WXGTK__)
-#include "wx/gtk/joystick.h"
+#include "wx/unix/joystick.h"
 #elif defined(__WXX11__)
-#include "wx/x11/joystick.h"
+#include "wx/unix/joystick.h"
+#elif defined(__DARWIN__)
+#include "wx/mac/corefoundation/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