#include <time.h>
#ifdef __WXMSW__
-#include <wx/msw/private.h>
+#include "wx/msw/private.h"
#endif
#include <string.h>
// MAX length of Help descriptor
#define _MAX_HELP_LEN 500
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxWinHelpController, wxHelpControllerBase)
-#endif
wxWinHelpController::wxWinHelpController(void)
{