projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix (no C++ comments in C files, include/wx/expr.hsrc/msw/textctrl.cpp...
[wxWidgets.git]
/
include
/
wx
/
joystick.h
diff --git
a/include/wx/joystick.h
b/include/wx/joystick.h
index 5391c9c5c349b222facf4f0b5897b34c62eb4d81..370ee935c69698f6eb3347f11774c2d5e04c12dc 100644
(file)
--- a/
include/wx/joystick.h
+++ b/
include/wx/joystick.h
@@
-9,6
+9,8
@@
#include "wx/gtk/joystick.h"
#elif defined(__WXMAC__)
#include "wx/mac/joystick.h"
#include "wx/gtk/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
#elif defined(__WXSTUBS__)
#include "wx/stubs/joystick.h"
#endif