Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
7a428c3f
Commit
7a428c3f
authored
Jul 29, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 29, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ieframe: Removed remaining bits of shdocvw.
parent
a9700cbc
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
19 additions
and
19 deletions
+19
-19
Es.rc
dlls/ieframe/Es.rc
+1
-1
Fr.rc
dlls/ieframe/Fr.rc
+1
-1
classinfo.c
dlls/ieframe/classinfo.c
+1
-1
client.c
dlls/ieframe/client.c
+1
-1
dochost.c
dlls/ieframe/dochost.c
+1
-1
events.c
dlls/ieframe/events.c
+1
-1
frame.c
dlls/ieframe/frame.c
+1
-1
ie.c
dlls/ieframe/ie.c
+1
-1
ieframe.h
dlls/ieframe/ieframe.h
+1
-1
iexplore.c
dlls/ieframe/iexplore.c
+2
-2
navigate.c
dlls/ieframe/navigate.c
+1
-1
oleobject.c
dlls/ieframe/oleobject.c
+1
-1
persist.c
dlls/ieframe/persist.c
+1
-1
shellbrowser.c
dlls/ieframe/shellbrowser.c
+1
-1
taskbarlist.c
dlls/ieframe/taskbarlist.c
+1
-1
urlhist.c
dlls/ieframe/urlhist.c
+1
-1
view.c
dlls/ieframe/view.c
+1
-1
webbrowser.c
dlls/ieframe/webbrowser.c
+1
-1
No files found.
dlls/ieframe/Es.rc
View file @
7a428c3f
/*
* Spanish resources for
shdocvw
* Spanish resources for
ieframe
*
* Copyright 2010 José Rostagno
*
...
...
dlls/ieframe/Fr.rc
View file @
7a428c3f
/*
*
shdocvw
French resources
*
ieframe
French resources
*
* Copyright 2010 Frédéric Delanoy
*
...
...
dlls/ieframe/classinfo.c
View file @
7a428c3f
...
...
@@ -22,7 +22,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shdocvw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ieframe
);
/**********************************************************************
* Implement the IProvideClassInfo2 interface
...
...
dlls/ieframe/client.c
View file @
7a428c3f
...
...
@@ -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
)
{
...
...
dlls/ieframe/dochost.c
View file @
7a428c3f
...
...
@@ -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
);
...
...
dlls/ieframe/events.c
View file @
7a428c3f
...
...
@@ -28,7 +28,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shdocvw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ieframe
);
struct
ConnectionPoint
{
IConnectionPoint
IConnectionPoint_iface
;
...
...
dlls/ieframe/frame.c
View file @
7a428c3f
...
...
@@ -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
)
{
...
...
dlls/ieframe/ie.c
View file @
7a428c3f
...
...
@@ -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
)
{
...
...
dlls/ieframe/ieframe.h
View file @
7a428c3f
/*
* Header includes for
shdocvw
.dll
* Header includes for
ieframe
.dll
*
* Copyright 2011 Jacek Caban for CodeWeavers
*
...
...
dlls/ieframe/iexplore.c
View file @
7a428c3f
...
...
@@ -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.
*/
...
...
dlls/ieframe/navigate.c
View file @
7a428c3f
...
...
@@ -30,7 +30,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shdocvw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ieframe
);
static
const
WCHAR
emptyW
[]
=
{
0
};
...
...
dlls/ieframe/oleobject.c
View file @
7a428c3f
...
...
@@ -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
);
...
...
dlls/ieframe/persist.c
View file @
7a428c3f
...
...
@@ -23,7 +23,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shdocvw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ieframe
);
/**********************************************************************
* Implement the IPersistStorage interface
...
...
dlls/ieframe/shellbrowser.c
View file @
7a428c3f
...
...
@@ -25,7 +25,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shdocvw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ieframe
);
typedef
struct
{
IShellBrowser
IShellBrowser_iface
;
...
...
dlls/ieframe/taskbarlist.c
View file @
7a428c3f
...
...
@@ -22,7 +22,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shdocvw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ieframe
);
struct
taskbar_list
{
...
...
dlls/ieframe/urlhist.c
View file @
7a428c3f
...
...
@@ -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
)
{
...
...
dlls/ieframe/view.c
View file @
7a428c3f
...
...
@@ -21,7 +21,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shdocvw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ieframe
);
/**********************************************************************
* Implement the IViewObject interface
...
...
dlls/ieframe/webbrowser.c
View file @
7a428c3f
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment