projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Patch from Jed Burgess that optionally allows the grid to notify when
[wxWidgets.git]
/
include
/
wx
/
help.h
diff --git
a/include/wx/help.h
b/include/wx/help.h
index 9fceec27544169ec24982a37715d504b72a5228f..8fd7026427507f80744164a09b01b7b5e9d043a4 100644
(file)
--- a/
include/wx/help.h
+++ b/
include/wx/help.h
@@
-5,21
+5,22
@@
#include "wx/helpbase.h"
#include "wx/helpbase.h"
-#ifdef __WXMSW__
+#ifdef __WXWINCE__
+ #include "wx/msw/wince/helpwce.h"
+
+ #define wxHelpController wxWinceHelpController
+#elif defined(__WXMSW__)
#include "wx/msw/helpwin.h"
#define wxHelpController wxWinHelpController
#include "wx/msw/helpwin.h"
#define wxHelpController wxWinHelpController
- #define sm_classwxHelpController sm_classwxWinHelpController
#else // !MSW
#if wxUSE_WXHTML_HELP
#include "wx/html/helpctrl.h"
#define wxHelpController wxHtmlHelpController
#else // !MSW
#if wxUSE_WXHTML_HELP
#include "wx/html/helpctrl.h"
#define wxHelpController wxHtmlHelpController
- #define sm_classwxHelpController sm_classwxHtmlHelpController
#else
#include "wx/generic/helpext.h"
#define wxHelpController wxExtHelpController
#else
#include "wx/generic/helpext.h"
#define wxHelpController wxExtHelpController
- #define sm_classwxHelpController sm_classwxExtHelpController
#endif
#endif // MSW/!MSW
#endif
#endif // MSW/!MSW