]> git.saurik.com Git - wxWidgets.git/blob - include/wx/help.h
wxDataFormat typedef added
[wxWidgets.git] / include / wx / help.h
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__