Commit 7a428c3f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ieframe: Removed remaining bits of shdocvw.

parent a9700cbc
/*
* Spanish resources for shdocvw
* Spanish resources for ieframe
*
* Copyright 2010 José Rostagno
*
......
/*
* shdocvw French resources
* ieframe French resources
*
* Copyright 2010 Frédéric Delanoy
*
......
......@@ -22,7 +22,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
/**********************************************************************
* Implement the IProvideClassInfo2 interface
......
......@@ -25,7 +25,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
static inline DocHost *impl_from_IOleClientSite(IOleClientSite *iface)
{
......
......@@ -24,7 +24,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
DEFINE_OLEGUID(CGID_DocHostCmdPriv, 0x000214D4L, 0, 0);
......
......@@ -28,7 +28,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
struct ConnectionPoint {
IConnectionPoint IConnectionPoint_iface;
......
......@@ -20,7 +20,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
static inline DocHost *impl_from_IOleInPlaceFrame(IOleInPlaceFrame *iface)
{
......
......@@ -20,7 +20,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
static inline InternetExplorer *impl_from_IWebBrowser2(IWebBrowser2 *iface)
{
......
/*
* Header includes for shdocvw.dll
* Header includes for ieframe.dll
*
* Copyright 2011 Jacek Caban for CodeWeavers
*
......
......@@ -42,7 +42,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
#define IDI_APPICON 1
......@@ -1016,7 +1016,7 @@ static void release_dde(void)
}
/******************************************************************
* IEWinMain (SHDOCVW.101)
* IEWinMain (ieframe.101)
*
* Only returns on error.
*/
......
......@@ -30,7 +30,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
static const WCHAR emptyW[] = {0};
......
......@@ -33,7 +33,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
/* shlwapi.dll */
HWND WINAPI SHSetParentHwnd(HWND hWnd, HWND hWndParent);
......
......@@ -23,7 +23,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
/**********************************************************************
* Implement the IPersistStorage interface
......
......@@ -25,7 +25,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
typedef struct {
IShellBrowser IShellBrowser_iface;
......
......@@ -22,7 +22,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
struct taskbar_list
{
......
......@@ -21,7 +21,7 @@
#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)
{
......
......@@ -21,7 +21,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
/**********************************************************************
* Implement the IViewObject interface
......
......@@ -27,7 +27,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
static inline WebBrowser *impl_from_IWebBrowser2(IWebBrowser2 *iface)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment