#endif
#include "wx/generic/helpxlp.h"
+#include "wx/intl.h"
+#include "wx/msgdlg.h"
#if wxUSE_HELP
#include <time.h>
#include "wx/generic/helpxlp.h"
-#if !USE_SHARED_LIBRARY
#ifdef __WXMSW__
IMPLEMENT_CLASS(wxXLPHelpClient, wxDDEClient)
#endif
IMPLEMENT_CLASS(wxXLPHelpController, wxHelpControllerBase)
-#endif
// suppress annoying warning "'this' used in base member init list" (so what?)
#ifdef __VISUALC__