ieframe: Removed remaining bits of shdocvw.
This commit is contained in:
parent
a9700cbc84
commit
7a428c3fd2
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Spanish resources for shdocvw
|
* Spanish resources for ieframe
|
||||||
*
|
*
|
||||||
* Copyright 2010 José Rostagno
|
* Copyright 2010 José Rostagno
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* shdocvw French resources
|
* ieframe French resources
|
||||||
*
|
*
|
||||||
* Copyright 2010 Frédéric Delanoy
|
* Copyright 2010 Frédéric Delanoy
|
||||||
*
|
*
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* Implement the IProvideClassInfo2 interface
|
* Implement the IProvideClassInfo2 interface
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
static inline DocHost *impl_from_IOleClientSite(IOleClientSite *iface)
|
static inline DocHost *impl_from_IOleClientSite(IOleClientSite *iface)
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
DEFINE_OLEGUID(CGID_DocHostCmdPriv, 0x000214D4L, 0, 0);
|
DEFINE_OLEGUID(CGID_DocHostCmdPriv, 0x000214D4L, 0, 0);
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
struct ConnectionPoint {
|
struct ConnectionPoint {
|
||||||
IConnectionPoint IConnectionPoint_iface;
|
IConnectionPoint IConnectionPoint_iface;
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
static inline DocHost *impl_from_IOleInPlaceFrame(IOleInPlaceFrame *iface)
|
static inline DocHost *impl_from_IOleInPlaceFrame(IOleInPlaceFrame *iface)
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
static inline InternetExplorer *impl_from_IWebBrowser2(IWebBrowser2 *iface)
|
static inline InternetExplorer *impl_from_IWebBrowser2(IWebBrowser2 *iface)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Header includes for shdocvw.dll
|
* Header includes for ieframe.dll
|
||||||
*
|
*
|
||||||
* Copyright 2011 Jacek Caban for CodeWeavers
|
* Copyright 2011 Jacek Caban for CodeWeavers
|
||||||
*
|
*
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
#define IDI_APPICON 1
|
#define IDI_APPICON 1
|
||||||
|
|
||||||
|
@ -1016,7 +1016,7 @@ static void release_dde(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
* IEWinMain (SHDOCVW.101)
|
* IEWinMain (ieframe.101)
|
||||||
*
|
*
|
||||||
* Only returns on error.
|
* Only returns on error.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
static const WCHAR emptyW[] = {0};
|
static const WCHAR emptyW[] = {0};
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
/* shlwapi.dll */
|
/* shlwapi.dll */
|
||||||
HWND WINAPI SHSetParentHwnd(HWND hWnd, HWND hWndParent);
|
HWND WINAPI SHSetParentHwnd(HWND hWnd, HWND hWndParent);
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* Implement the IPersistStorage interface
|
* Implement the IPersistStorage interface
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IShellBrowser IShellBrowser_iface;
|
IShellBrowser IShellBrowser_iface;
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
struct taskbar_list
|
struct taskbar_list
|
||||||
{
|
{
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
static HRESULT WINAPI UrlHistoryStg_QueryInterface(IUrlHistoryStg2 *iface, REFIID riid, void **ppv)
|
static HRESULT WINAPI UrlHistoryStg_QueryInterface(IUrlHistoryStg2 *iface, REFIID riid, void **ppv)
|
||||||
{
|
{
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* Implement the IViewObject interface
|
* Implement the IViewObject interface
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||||
|
|
||||||
static inline WebBrowser *impl_from_IWebBrowser2(IWebBrowser2 *iface)
|
static inline WebBrowser *impl_from_IWebBrowser2(IWebBrowser2 *iface)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue