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:
Steve Lamerton
2011-07-25 15:10:33 +00:00
parent e40741b95c
commit aa35b9ca82

View File

@@ -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)
{