]> git.saurik.com Git - wxWidgets.git/blame - include/wx/joystick.h
Fix so the Host: header in wxHTTP really works. With virtual hosts it
[wxWidgets.git] / include / wx / joystick.h
CommitLineData
34138703
JS
1#ifndef _WX_JOYSTICK_H_BASE_
2#define _WX_JOYSTICK_H_BASE_
d3c23659 3
5260937e
VZ
4#if wxUSE_JOYSTICK
5
2049ba38 6#if defined(__WXMSW__)
d3c23659 7#include "wx/msw/joystick.h"
2049ba38 8#elif defined(__WXMOTIF__)
34138703 9#include "wx/motif/joystick.h"
2049ba38 10#elif defined(__WXGTK__)
d3c23659 11#include "wx/gtk/joystick.h"
83df96d6
JS
12#elif defined(__WXX11__)
13#include "wx/x11/joystick.h"
34138703
JS
14#elif defined(__WXMAC__)
15#include "wx/mac/joystick.h"
1777b9bb
DW
16#elif defined(__WXPM__)
17#include "wx/os2/joystick.h"
34138703
JS
18#elif defined(__WXSTUBS__)
19#include "wx/stubs/joystick.h"
d3c23659
JS
20#endif
21
5260937e
VZ
22#endif // wxUSE_JOYSTICK
23
d3c23659 24#endif
34138703 25 // _WX_JOYSTICK_H_BASE_