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
d8bf6e8a
Commit
d8bf6e8a
authored
Aug 11, 2005
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move includes of interfaces to mshtml_private.h.
parent
efe2bbd0
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
38 deletions
+10
-38
htmldoc.c
dlls/mshtml/htmldoc.c
+0
-4
main.c
dlls/mshtml/main.c
+1
-5
mshtml_private.h
dlls/mshtml/mshtml_private.h
+8
-0
nsembed.c
dlls/mshtml/nsembed.c
+0
-4
oleobj.c
dlls/mshtml/oleobj.c
+0
-4
olewnd.c
dlls/mshtml/olewnd.c
+0
-4
persist.c
dlls/mshtml/persist.c
+0
-4
protocol.c
dlls/mshtml/protocol.c
+0
-4
service.c
dlls/mshtml/service.c
+1
-5
view.c
dlls/mshtml/view.c
+0
-4
No files found.
dlls/mshtml/htmldoc.c
View file @
d8bf6e8a
...
...
@@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
...
...
dlls/mshtml/main.c
View file @
d8bf6e8a
...
...
@@ -33,16 +33,12 @@
#include "winnls.h"
#include "winreg.h"
#include "ole2.h"
#include "docobj.h"
#include "advpub.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#
include "initguid.h"
#
define INIT_GUID
#include "mshtml_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mshtml
);
...
...
dlls/mshtml/mshtml_private.h
View file @
d8bf6e8a
...
...
@@ -16,6 +16,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#ifdef INIT_GUID
#include "initguid.h"
#endif
#include "nsiface.h"
#define NS_OK ((nsresult)0x00000000L)
...
...
dlls/mshtml/nsembed.c
View file @
d8bf6e8a
...
...
@@ -27,10 +27,6 @@
#include "winuser.h"
#include "winreg.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
#include "wine/unicode.h"
...
...
dlls/mshtml/oleobj.c
View file @
d8bf6e8a
...
...
@@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
...
...
dlls/mshtml/olewnd.c
View file @
d8bf6e8a
...
...
@@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
...
...
dlls/mshtml/persist.c
View file @
d8bf6e8a
...
...
@@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
...
...
dlls/mshtml/protocol.c
View file @
d8bf6e8a
...
...
@@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
#include "wine/unicode.h"
...
...
dlls/mshtml/service.c
View file @
d8bf6e8a
...
...
@@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
...
...
@@ -42,7 +38,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
* IServiceProvider impementation
*/
#define SERVPROV_THIS(iface)
(HTMLDocument*)((BYTE*)(iface)-offsetof(HTMLDocument,lpServiceProviderVtbl)
)
#define SERVPROV_THIS(iface)
DEFINE_THIS(HTMLDocument, ServiceProvider, iface
)
static
HRESULT
WINAPI
ServiceProvider_QueryInterface
(
IServiceProvider
*
iface
,
REFIID
riid
,
void
**
ppv
)
{
...
...
dlls/mshtml/view.c
View file @
d8bf6e8a
...
...
@@ -28,10 +28,6 @@
#include "winuser.h"
#include "wingdi.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
...
...
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