1998-08-15 00:23:28 +00:00
|
|
|
#ifndef _WX_HELP_H_BASE_
|
|
|
|
#define _WX_HELP_H_BASE_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1999-06-01 15:32:12 +00:00
|
|
|
#include "wx/helpbase.h"
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1998-07-10 14:15:17 +00:00
|
|
|
#ifdef __WXMSW__
|
1999-06-01 15:32:12 +00:00
|
|
|
#include "wx/msw/helpwin.h"
|
|
|
|
|
|
|
|
#define wxHelpController wxWinHelpController
|
|
|
|
#define sm_classwxHelpController sm_classwxWinHelpController
|
|
|
|
#else // !MSW
|
1999-07-19 09:22:50 +00:00
|
|
|
#include "wx/helpbase.h"
|
1999-06-01 15:32:12 +00:00
|
|
|
#endif // MSW/!MSW
|
1998-06-14 20:53:26 +00:00
|
|
|
|
1998-05-20 14:01:55 +00:00
|
|
|
#endif
|
1998-08-15 00:23:28 +00:00
|
|
|
// _WX_HELP_H_BASE_
|