Make webview_missing.h a private header

This commit is contained in:
Maarten Bent
2019-11-14 00:04:56 +01:00
parent 9455fe2d21
commit e67c814765
12 changed files with 4 additions and 32 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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>

View 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>

View 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"
>

View File

@@ -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"
>

View File

@@ -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"
>

View File

@@ -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"
>

View File

@@ -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;

View File

@@ -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