#endif
#include "wx/filefn.h"
+#include "wx/log.h"
#if wxUSE_HELP && wxUSE_MS_HTML_HELP && defined(__WIN95__) && wxUSE_WXHTML_HELP
#include "wx/msw/helpchm.h"
default:
// we CAN'T get here
wxFAIL_MSG( wxT("wxBestHelpController: Must call Initialize, first!") );
- return wxEmptyString;
}
+
+ return wxEmptyString;
}
#endif