]> git.saurik.com Git - wxWidgets.git/commitdiff
don't include files which may not exist in source release for a specific platform...
authorPaul Cornett <paulcor@bullseye.com>
Sun, 11 Dec 2011 05:36:52 +0000 (05:36 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 11 Dec 2011 05:36:52 +0000 (05:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/webview.cpp

index 63f5f2b34317c16181aa4aa4338948909ab269df..bbd6f3168f2bc83a452c3e1a8048b7d3635c1cb7 100644 (file)
 
 #include "wx/webview.h"
 
 
 #include "wx/webview.h"
 
+#if defined(__WXOSX_COCOA__) || defined(__WXOSX_CARBON__)
 #include "wx/osx/webview_webkit.h"
 #include "wx/osx/webview_webkit.h"
+#elif defined(__WXGTK__)
 #include "wx/gtk/webview_webkit.h"
 #include "wx/gtk/webview_webkit.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/webview_ie.h"
 #include "wx/msw/webview_ie.h"
+#endif
 
 // DLL options compatibility check:
 #include "wx/app.h"
 
 // DLL options compatibility check:
 #include "wx/app.h"