Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
1174beef
Commit
1174beef
authored
Nov 10, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Make msxml6.idl a copy of msxml2.idl instead of importing it.
parent
19939ee5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
4 deletions
+2
-4
factory.c
dlls/msxml3/factory.c
+0
-1
uuid.c
dlls/msxml3/uuid.c
+0
-1
regsvr.c
dlls/msxml6/regsvr.c
+0
-1
msxml2.idl
include/msxml2.idl
+2
-1
msxml6.idl
include/msxml6.idl
+0
-0
No files found.
dlls/msxml3/factory.c
View file @
1174beef
...
...
@@ -31,7 +31,6 @@
#include "msxml.h"
#include "xmldom.h"
#include "msxml2.h"
#include "msxml6.h"
/* undef the #define in msxml2 so that we can access the v.2 version
independent CLSID as well as the v.3 one. */
...
...
dlls/msxml3/uuid.c
View file @
1174beef
...
...
@@ -42,7 +42,6 @@
/* Now we can initialize the rest of the uuids */
#include "initguid.h"
#include "msxml2.h"
#include "msxml6.h"
/*
* Note that because of a #define in msxml2.h, we end up initializing
...
...
dlls/msxml6/regsvr.c
View file @
1174beef
...
...
@@ -36,7 +36,6 @@
#include "ole2.h"
#include "initguid.h"
#include "msxml2.h"
#include "msxml6.h"
#include "wine/debug.h"
...
...
include/msxml2.idl
View file @
1174beef
/*
*
Copyright
(
C
)
2005
Vijay
Kiran
Kamuju
*
Copyright
(
C
)
2008
Alistair
Leslie
-
Hughes
*
Copyright
(
C
)
2010
Nikolay
Sivov
for
CodeWeavers
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
...
...
@@ -18,7 +19,7 @@
*/
#
include
<
msxml2did
.
h>
#
include
<
olectl
.
h>
#
include
<
idispids
.
h>
import
"unknwn.idl"
;
import
"objidl.idl"
;
...
...
include/msxml6.idl
View file @
1174beef
This diff is collapsed.
Click to expand it.
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