c801d85f KB |
1 | #ifndef __HELPH_BASE__ |
2 | #define __HELPH_BASE__ |
3 | |
4 | #ifdef __WINDOWS__ |
5 | #include "wx/msw/helpwin.h" |
6 | #elif defined(__GTK__) |
7 | #include "wx/generic/helphtml.h" |
8 | #else |
9 | #include "wx/generic/helpxlp.h" |
10 | #endif |
11 | |
12 | #endif |
13 | // __HELPH_BASE__ |