projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2f0e6abc4616d91afcd374ee810d8bb7c4bc05de
[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__