]> git.saurik.com Git - wxWidgets.git/blob - include/wx/setup.h
improved keyboard handling, bug fixes
[wxWidgets.git] / include / wx / setup.h
1
2 #ifndef __SETUPH_BASE__
3 #define __SETUPH_BASE__
4
5 #if defined(__WINDOWS__)
6 #include "wx/msw/setup.h"
7 #elif defined(__MOTIF__)
8 #include "wx/xt/setup.h"
9 #elif defined(__GTK__)
10 #include "wx/gtk/setup.h"
11 #endif
12
13 #endif
14 // __SETUPH_BASE__