]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpdlg.cpp
Patch from Hartwig for wxMac implementation
[wxWidgets.git] / src / html / helpdlg.cpp
index 70cf98208e9ee14ffa22e6635c2d70442eea13ef..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/bmpbuttn.h"
     #include "wx/statbox.h"
     #include "wx/radiobox.h"
-#endif // WXPRECOMP
-
-#ifdef __WXMAC__
     #include "wx/menu.h"
     #include "wx/msgdlg.h"
-#endif
+#endif // WX_PRECOMP
 
 #include "wx/html/htmlwin.h"
 #include "wx/html/helpdlg.h"