]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpwin.cpp
minValue and maxValue are interpreted correctly in SetRange() (were inversed)
[wxWidgets.git] / src / msw / helpwin.cpp
index 808a63ffcf0ec5da829bc1df8ef5e617c969dddb..e761c09d457b7e8a4e17f50c40b4e2033790e644 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "wx/msw/helpwin.h"
 
-#if USE_HELP
+#if wxUSE_HELP
 #include <time.h>
 
 #ifdef __WXMSW__
@@ -145,4 +145,4 @@ void wxWinHelpController::OnQuit(void)
 {
 }
 
-#endif // USE_HELP
+#endif // wxUSE_HELP