]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpdlg.cpp
correction to the changes of r49805 to make the code work as expected
[wxWidgets.git] / src / html / helpdlg.cpp
index 8af3d252e013ef8e4168d8575969294a93580826..eab22d264d587453bc7c231f2c51312090969519 100644 (file)
@@ -18,7 +18,7 @@
 
 #if wxUSE_WXHTML_HELP
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/object.h"
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/statbox.h"
     #include "wx/radiobox.h"
     #include "wx/menu.h"
-#endif // WXPRECOMP
-
-#ifdef __WXMAC__
     #include "wx/msgdlg.h"
-#endif
+#endif // WX_PRECOMP
 
 #include "wx/html/htmlwin.h"
 #include "wx/html/helpdlg.h"