]> git.saurik.com Git - wxWidgets.git/blame - include/wx/setup.h
Various bug fixes, cosmetic changes
[wxWidgets.git] / include / wx / setup.h
CommitLineData
c801d85f
KB
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__