]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/notebook.h
fixes for Sun CC 5.0 (unlike 4.2 it understands bool)
[wxWidgets.git] / include / wx / notebook.h
... / ...
CommitLineData
1#ifndef _WX_NOTEBOOK_H_BASE_
2#define _WX_NOTEBOOK_H_BASE_
3
4#if defined(__WXMSW__)
5#ifdef __WIN16__
6 #include "wx/generic/notebook.h"
7#else
8 #include "wx/msw/notebook.h"
9#endif
10#elif defined(__WXMOTIF__)
11 #include "wx/generic/notebook.h"
12#elif defined(__WXGTK__)
13 #include "wx/gtk/notebook.h"
14#elif defined(__WXQT__)
15 #include "wx/qt/notebook.h"
16#elif defined(__WXMAC__)
17 #include "wx/mac/notebook.h"
18#elif defined(__WXSTUBS__)
19 #include "wx/stubs/notebook.h"
20#endif
21
22#endif
23 // _WX_NOTEBOOK_H_BASE_