Fix build error on windows.

This commit is contained in:
Haojian Wu 2014-06-09 17:22:15 +08:00 committed by Tobias Taschner
parent d60f60eb1f
commit 49f183ce41
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
2 changed files with 2 additions and 2 deletions

View file

@ -594,7 +594,7 @@ For example, add "-F pe-i386" here if using 64 bit windres for 32 bit build.
<set var="LIBCEF_DLL_WRAPPER_NAME">
<if cond="PLATFORM_WIN32=='1'">
libcef
libcef_dll_wrapper
</if>
<if cond="PLATFORM_MACOSX=='1'">
<!--TODO -->

View file

@ -419,7 +419,7 @@ void wxWebViewChromium::RegisterHandler(wxSharedPtr<wxWebViewHandler> handler)
}
#ifdef __WXMSW__
bool StartUp(int &code, const wxString &path = "")
bool wxWebViewChromium::StartUp(int &code, const wxString &path)
#else
bool wxWebViewChromium::StartUp(int &code, const wxString &path,
int argc, char* argv[])