]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/helpext.cpp
Unicode compilation fixes (patch 747793)
[wxWidgets.git] / src / generic / helpext.cpp
index d8649e494fcfd5461b30742ccb6e3cf0b407c297..f0c5bf332dd7ae54e5c728dd9223c23ec8a3e1ec 100644 (file)
@@ -19,7 +19,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_HELP
+#if wxUSE_HELP && !defined(__WXWINCE__)
 
 #ifndef WX_PRECOMP
     #include "wx/setup.h"
@@ -27,6 +27,8 @@
     #include "wx/utils.h"
     #include "wx/list.h"
     #include "wx/intl.h"
+    #include "wx/msgdlg.h"
+    #include "wx/choicdlg.h"
 #endif
 
 #include "wx/helpbase.h"