Enable IE backend in msw builds unconditionally until the backend flags work properly. Conditionally define INET constants only under mingw as it does not apparently provide them. Fix some typos. The sample now compiles under msw.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-05-06 15:28:19 +00:00
parent a703012aed
commit 97ad1425fe
4 changed files with 13 additions and 15 deletions

View File

@@ -12,6 +12,10 @@
#include "wx/setup.h"
#ifdef __WXMSW__
#define wxHAVE_WEB_BACKEND_IE 1
#endif
#if wxHAVE_WEB_BACKEND_IE
#include "wx/control.h"