]> git.saurik.com Git - wxWidgets.git/commitdiff
Link to urlmon from wxWeb to fix the compilation errors as we use CoInternetGetSession.
authorSteve Lamerton <steve.lamerton@gmail.com>
Mon, 25 Jul 2011 15:10:33 +0000 (15:10 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Mon, 25 Jul 2011 15:10:33 +0000 (15:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/webview_ie.cpp

index 084742687d205a32ed2aa270f5d0b5dc71abfabe..eae7953283f905b0171f2d7933805a5b0e7c52d6 100644 (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)
 {