]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/help.h
Fixes to wxMotif scrolling and colours (wxTreeCtrl/wxListCtrl now seem to work
[wxWidgets.git] / include / wx / help.h
index eb1575cd8488b1205d89a9bcd97a4f58301b10ec..b8d5098502f3ddcb6925f068a45211828440fa8a 100644 (file)
@@ -1,21 +1,19 @@
-#ifndef __HELPH_BASE__
-#define __HELPH_BASE__
+#ifndef _WX_HELP_H_BASE_
+#define _WX_HELP_H_BASE_
 
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
 #include "wx/msw/helpwin.h"
-#elif defined(__GTK__)
-#include "wx/generic/helphtml.h"
 #else
-#include "wx/generic/helpxlp.h"
+#include "wx/generic/helpext.h"
 #endif
 
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
 #define wxHelpController wxWinHelpController
-#elif defined(__GTK__)
-#define wxHelpController wxHTMLHelpController
+#define sm_classwxHelpController sm_classwxWinHelpController
 #else
-#define wxHelpController wxXLPHelpController
+#define wxHelpController wxExtHelpController
+#define sm_classwxHelpController sm_classwxExtHelpController
 #endif
 
 #endif
-    // __HELPH_BASE__
+    // _WX_HELP_H_BASE_