wxJoystick and wxWave are now available in all Unix ports, the code was not GTK specific

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-02 13:50:49 +00:00
parent 86cbbe9424
commit 85f582bda7
6 changed files with 8 additions and 173 deletions

View File

@@ -6,11 +6,11 @@
#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(__WXMAC__)
#include "wx/mac/joystick.h"
#elif defined(__WXPM__)