]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpxlp.h
wxClipboard now serves the primary selection as well
[wxWidgets.git] / include / wx / generic / helpxlp.h
index 5c0b26d257a0193c78e10ed5d4edc7edb5f6d7fd..ec5aa7e1746ab3d9850aab90e3f592b9add733f7 100644 (file)
@@ -21,7 +21,7 @@
 #include <stdio.h>
 #include "wx/wx.h"
 
-#if USE_HELP
+#if wxUSE_HELP
 
 #include "wx/helpbase.h"
 
@@ -122,6 +122,6 @@ class WXDLLEXPORT wxXLPHelpController: public wxHelpControllerBase
   wxXLPHelpClient              helpClient;
 };
 
-#endif // USE_HELP
+#endif // wxUSE_HELP
 #endif
     // __HELPXLPH__