Fix compilation for OSX backend.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-01 17:41:14 +00:00
parent cddf4541fa
commit fdc255cfe0
3 changed files with 10 additions and 8 deletions

View File

@@ -12,7 +12,8 @@
#include "wx/setup.h"
#if wxUSE_WEBVIEW_WEBKIT && defined(__WXOSX_MAC__)
#if wxUSE_WEBVIEW_WEBKIT && (defined(__WXOSX_COCOA__) \
|| defined(__WXOSX_CARBON__))
class WXDLLIMPEXP_WEB wxWebHistoryItem
{

View File

@@ -15,7 +15,8 @@
#include "wx/setup.h"
#if wxUSE_WEBVIEW_WEBKIT && defined(__WXOSX_MAC__)
#if wxUSE_WEBVIEW_WEBKIT && (defined(__WXOSX_COCOA__) \
|| defined(__WXOSX_CARBON__))
#include "wx/control.h"
#include "wx/webview.h"