Link to urlmon from wxWeb to fix the compilation errors as we use CoInternetGetSession.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
#include "wx/msw/missing.h"
|
||||
#include "wx/filesys.h"
|
||||
|
||||
//We link to urlmon as it is required for CoInternetGetSession
|
||||
#pragma comment(lib, "urlmon")
|
||||
|
||||
//Taken from wx/filesys.cpp
|
||||
static wxString EscapeFileNameCharsInURL(const char *in)
|
||||
{
|
||||
|
Reference in New Issue
Block a user