git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69060
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+#if wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
#include "wx/control.h"
#include "wx/event.h"
#include "wx/control.h"
#include "wx/event.h"
wx__DECLARE_EVT1(wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED, id, \
wxWebViewEventHandler(fn))
wx__DECLARE_EVT1(wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED, id, \
wxWebViewEventHandler(fn))
+#endif // wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
#endif // _WX_WEB_VIEW_H_
#endif // _WX_WEB_VIEW_H_
+#if wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
class wxFSFile;
class wxFileSystem;
class wxFSFile;
class wxFileSystem;
wxFileSystem* m_fileSystem;
};
wxFileSystem* m_fileSystem;
};
+#endif // wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
#endif // _WX_WEB_VIEW_FILE_HANDLER_H_
#endif // _WX_WEB_VIEW_FILE_HANDLER_H_
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#if wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
#if defined(__BORLANDC__)
#pragma hdrstop
#if defined(__BORLANDC__)
#pragma hdrstop
+#endif // wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#if wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
#if defined(__BORLANDC__)
#pragma hdrstop
#if defined(__BORLANDC__)
#pragma hdrstop
+#endif // wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)