]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/joystick.h
Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently,
[wxWidgets.git] / include / wx / joystick.h
index 370ee935c69698f6eb3347f11774c2d5e04c12dc..86134d92a3ffc6fc800e2fd9ea945f4eac808fa3 100644 (file)
@@ -1,12 +1,16 @@
 #ifndef _WX_JOYSTICK_H_BASE_
 #define _WX_JOYSTICK_H_BASE_
 
+#if wxUSE_JOYSTICK
+
 #if defined(__WXMSW__)
 #include "wx/msw/joystick.h"
 #elif defined(__WXMOTIF__)
 #include "wx/motif/joystick.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/joystick.h"
+#elif defined(__WXX11__)
+#include "wx/x11/joystick.h"
 #elif defined(__WXMAC__)
 #include "wx/mac/joystick.h"
 #elif defined(__WXPM__)
@@ -15,5 +19,7 @@
 #include "wx/stubs/joystick.h"
 #endif
 
+#endif // wxUSE_JOYSTICK
+
 #endif
     // _WX_JOYSTICK_H_BASE_