ieframe: Removed remaining bits of shdocvw.

This commit is contained in:
Jacek Caban 2011-07-29 12:18:33 +02:00 committed by Alexandre Julliard
parent a9700cbc84
commit 7a428c3fd2
18 changed files with 19 additions and 19 deletions

View File

@ -1,5 +1,5 @@
/*
* Spanish resources for shdocvw
* Spanish resources for ieframe
*
* Copyright 2010 José Rostagno
*

View File

@ -1,5 +1,5 @@
/*
* shdocvw French resources
* ieframe French resources
*
* Copyright 2010 Frédéric Delanoy
*

View File

@ -22,7 +22,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
/**********************************************************************
* Implement the IProvideClassInfo2 interface

View File

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

View File

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

View File

@ -28,7 +28,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
struct ConnectionPoint {
IConnectionPoint IConnectionPoint_iface;

View File

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

View File

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

View File

@ -1,5 +1,5 @@
/*
* Header includes for shdocvw.dll
* Header includes for ieframe.dll
*
* Copyright 2011 Jacek Caban for CodeWeavers
*

View File

@ -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.
*/

View File

@ -30,7 +30,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
static const WCHAR emptyW[] = {0};

View File

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

View File

@ -23,7 +23,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
/**********************************************************************
* Implement the IPersistStorage interface

View File

@ -25,7 +25,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
typedef struct {
IShellBrowser IShellBrowser_iface;

View File

@ -22,7 +22,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
struct taskbar_list
{

View File

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

View File

@ -21,7 +21,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
/**********************************************************************
* Implement the IViewObject interface

View File

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