]>
Commit | Line | Data |
---|---|---|
0e7bcd61 JS |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: helphtml.h | |
3 | // Purpose: Includes wx/html/helpctrl.h, for wxHtmlHelpController. | |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: 2003-05-24 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Julian Smart | |
65571936 | 9 | // Licence: wxWindows licence |
0e7bcd61 | 10 | ///////////////////////////////////////////////////////////////////////////// |
c801d85f | 11 | |
0e7bcd61 JS |
12 | #ifndef __WX_HELPHTML_H_ |
13 | #define __WX_HELPHTML_H_ | |
c801d85f | 14 | |
0e7bcd61 JS |
15 | #if wxUSE_WXHTML_HELP |
16 | #include "wx/html/helpctrl.h" | |
c801d85f | 17 | #endif |
0e7bcd61 JS |
18 | |
19 | #endif // __WX_HELPHTML_H_ | |
20 |