Make webview_missing.h a private header
This commit is contained in:
@@ -2260,11 +2260,8 @@ COND_PLATFORM_WIN32_1_GTK_PLATFORM_HDR = \
|
||||
@COND_TOOLKIT_GTK@WEBVIEW_HDR_PLATFORM = \
|
||||
@COND_TOOLKIT_GTK@ wx/gtk/webviewhistoryitem_webkit.h \
|
||||
@COND_TOOLKIT_GTK@ wx/gtk/webview_webkit.h
|
||||
COND_TOOLKIT_MSW_WEBVIEW_HDR_PLATFORM = \
|
||||
wx/msw/webviewhistoryitem_ie.h \
|
||||
wx/msw/webview_ie.h \
|
||||
wx/msw/webview_missing.h
|
||||
@COND_TOOLKIT_MSW@WEBVIEW_HDR_PLATFORM = $(COND_TOOLKIT_MSW_WEBVIEW_HDR_PLATFORM)
|
||||
@COND_TOOLKIT_MSW@WEBVIEW_HDR_PLATFORM = \
|
||||
@COND_TOOLKIT_MSW@ wx/msw/webviewhistoryitem_ie.h wx/msw/webview_ie.h
|
||||
@COND_TOOLKIT_COCOA@OPENGL_HDR_PLATFORM = wx/cocoa/glcanvas.h
|
||||
@COND_TOOLKIT_GTK_TOOLKIT_VERSION_@OPENGL_HDR_PLATFORM \
|
||||
@COND_TOOLKIT_GTK_TOOLKIT_VERSION_@ = wx/gtk1/glcanvas.h wx/unix/glx11.h
|
||||
|
@@ -3034,7 +3034,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
<if cond="TOOLKIT=='MSW'">
|
||||
wx/msw/webviewhistoryitem_ie.h
|
||||
wx/msw/webview_ie.h
|
||||
wx/msw/webview_missing.h
|
||||
</if>
|
||||
<if cond="TOOLKIT=='GTK'">
|
||||
wx/gtk/webviewhistoryitem_webkit.h
|
||||
|
@@ -2844,7 +2844,6 @@ set(WEBVIEW_CMN_SRC
|
||||
set(WEBVIEW_MSW_HDR
|
||||
wx/msw/webviewhistoryitem_ie.h
|
||||
wx/msw/webview_ie.h
|
||||
wx/msw/webview_missing.h
|
||||
)
|
||||
|
||||
set(WEBVIEW_CMN_HDR
|
||||
|
@@ -2794,7 +2794,6 @@ WEBVIEW_CMN_SRC =
|
||||
WEBVIEW_MSW_HDR =
|
||||
wx/msw/webviewhistoryitem_ie.h
|
||||
wx/msw/webview_ie.h
|
||||
wx/msw/webview_missing.h
|
||||
WEBVIEW_CMN_HDR =
|
||||
wx/webview.h
|
||||
wx/webviewarchivehandler.h
|
||||
|
@@ -1796,9 +1796,6 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webview_ie.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webview_missing.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h">
|
||||
</File>
|
||||
|
@@ -424,9 +424,6 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webview_ie.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webview_missing.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h">
|
||||
</File>
|
||||
|
@@ -2897,10 +2897,6 @@
|
||||
RelativePath="..\..\include\wx\msw\webview_ie.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webview_missing.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h"
|
||||
>
|
||||
|
@@ -1068,10 +1068,6 @@
|
||||
RelativePath="..\..\include\wx\msw\webview_ie.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webview_missing.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h"
|
||||
>
|
||||
|
@@ -2893,10 +2893,6 @@
|
||||
RelativePath="..\..\include\wx\msw\webview_ie.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webview_missing.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h"
|
||||
>
|
||||
|
@@ -1064,10 +1064,6 @@
|
||||
RelativePath="..\..\include\wx\msw\webview_ie.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webview_missing.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h"
|
||||
>
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "wx/msw/ole/automtn.h"
|
||||
#include "wx/msw/private/comptr.h"
|
||||
#include "wx/msw/webview_missing.h"
|
||||
#include "wx/msw/private/webview_missing.h"
|
||||
|
||||
class ClassFactory;
|
||||
class wxIEContainer;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: include/wx/msw/webview_missing.h
|
||||
// Name: include/wx/msw/private/webview_missing.h
|
||||
// Purpose: Definitions / classes commonly missing used by wxWebViewIE
|
||||
// Author: Steven Lamerton
|
||||
// Copyright: (c) 2012 Steven Lamerton
|
Reference in New Issue
Block a user