]> git.saurik.com Git - wxWidgets.git/commitdiff
Update msw files to use the new definitions
authorSteve Lamerton <steve.lamerton@gmail.com>
Tue, 28 Jun 2011 16:11:00 +0000 (16:11 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Tue, 28 Jun 2011 16:11:00 +0000 (16:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/webview_ie.h
src/msw/webview_ie.cpp

index c0f7a427d18d304b7df7a68b37daec065f48d048..23cf573ce6dbde537f3e068cca35cfcfc52319ee 100644 (file)
 
 #include "wx/setup.h"
 
-#ifdef __WXMSW__
-    #define wxHAVE_WEB_BACKEND_IE 1
-#endif
-
-#if wxHAVE_WEB_BACKEND_IE
+#if wxUSE_WEBVIEW_IE
 
 #include "wx/control.h"
 #include "wx/webview.h"
@@ -114,6 +110,6 @@ private:
     bool m_isBusy;
 };
 
-#endif // wxHAVE_WEB_BACKEND_IE
+#endif // wxUSE_WEBVIEW_IE
 
 #endif // wxWebViewIE_H
index 827425c3255eea0c56993d0f9cd2e9a7f90bccb8..cb6500b0f7252a2692467d0ff39f9d5feb0fe84f 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "wx/msw/webview_ie.h"
 
-#if wxHAVE_WEB_BACKEND_IE
+#if wxUSE_WEBVIEW_IE
 
 #include <olectl.h>
 #include <oleidl.h>