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
62e521ad
Commit
62e521ad
authored
Aug 30, 2010
by
Nikolay Sivov
Committed by
Alexandre Julliard
Aug 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Add IXMLDOMDocument3 stub support.
parent
25bce451
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
25 additions
and
25 deletions
+25
-25
attribute.c
dlls/msxml3/attribute.c
+1
-1
bsc.c
dlls/msxml3/bsc.c
+1
-1
cdata.c
dlls/msxml3/cdata.c
+1
-1
comment.c
dlls/msxml3/comment.c
+1
-1
dispex.c
dlls/msxml3/dispex.c
+1
-1
docfrag.c
dlls/msxml3/docfrag.c
+1
-1
domdoc.c
dlls/msxml3/domdoc.c
+0
-0
domimpl.c
dlls/msxml3/domimpl.c
+1
-1
element.c
dlls/msxml3/element.c
+1
-1
entityref.c
dlls/msxml3/entityref.c
+1
-1
httprequest.c
dlls/msxml3/httprequest.c
+1
-1
main.c
dlls/msxml3/main.c
+1
-1
msxml_private.h
dlls/msxml3/msxml_private.h
+1
-1
node.c
dlls/msxml3/node.c
+2
-2
nodelist.c
dlls/msxml3/nodelist.c
+1
-1
nodemap.c
dlls/msxml3/nodemap.c
+1
-1
parseerror.c
dlls/msxml3/parseerror.c
+1
-1
pi.c
dlls/msxml3/pi.c
+1
-1
queryresult.c
dlls/msxml3/queryresult.c
+1
-1
regsvr.c
dlls/msxml3/regsvr.c
+1
-1
saxreader.c
dlls/msxml3/saxreader.c
+1
-1
schema.c
dlls/msxml3/schema.c
+1
-1
text.c
dlls/msxml3/text.c
+1
-1
xmldoc.c
dlls/msxml3/xmldoc.c
+1
-1
xmlelem.c
dlls/msxml3/xmlelem.c
+1
-1
No files found.
dlls/msxml3/attribute.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/bsc.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "wininet.h"
#include "urlmon.h"
#include "winreg.h"
...
...
dlls/msxml3/cdata.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/comment.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/dispex.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "wininet.h"
#include "urlmon.h"
#include "winreg.h"
...
...
dlls/msxml3/docfrag.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/domdoc.c
View file @
62e521ad
This diff is collapsed.
Click to expand it.
dlls/msxml3/domimpl.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/element.c
View file @
62e521ad
...
...
@@ -28,7 +28,7 @@
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/entityref.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/httprequest.c
View file @
62e521ad
...
...
@@ -26,7 +26,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/main.c
View file @
62e521ad
...
...
@@ -30,7 +30,7 @@
#include "winuser.h"
#include "ole2.h"
#include "msxml.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "wine/unicode.h"
#include "wine/debug.h"
...
...
dlls/msxml3/msxml_private.h
View file @
62e521ad
...
...
@@ -163,7 +163,7 @@ static inline IXMLDOMNode *IXMLDOMNode_from_impl(xmlnode *This)
extern
void
init_xmlnode
(
xmlnode
*
,
xmlNodePtr
,
IUnknown
*
,
dispex_static_data_t
*
);
extern
void
destroy_xmlnode
(
xmlnode
*
);
extern
HRESULT
DOMDocument_create_from_xmldoc
(
xmlDocPtr
xmldoc
,
IXMLDOMDocument
2
**
document
);
extern
HRESULT
DOMDocument_create_from_xmldoc
(
xmlDocPtr
xmldoc
,
IXMLDOMDocument
3
**
document
);
static
inline
BSTR
bstr_from_xmlChar
(
const
xmlChar
*
str
)
{
...
...
dlls/msxml3/node.c
View file @
62e521ad
...
...
@@ -29,7 +29,7 @@
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
@@ -768,7 +768,7 @@ static HRESULT WINAPI xmlnode_get_ownerDocument(
TRACE
(
"(%p)->(%p)
\n
"
,
This
,
DOMDocument
);
return
DOMDocument_create_from_xmldoc
(
This
->
node
->
doc
,
(
IXMLDOMDocument
2
**
)
DOMDocument
);
return
DOMDocument_create_from_xmldoc
(
This
->
node
->
doc
,
(
IXMLDOMDocument
3
**
)
DOMDocument
);
}
static
HRESULT
WINAPI
xmlnode_cloneNode
(
...
...
dlls/msxml3/nodelist.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/nodemap.c
View file @
62e521ad
...
...
@@ -28,7 +28,7 @@
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/parseerror.c
View file @
62e521ad
...
...
@@ -30,7 +30,7 @@
#include "winerror.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/pi.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/queryresult.c
View file @
62e521ad
...
...
@@ -28,7 +28,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/regsvr.c
View file @
62e521ad
...
...
@@ -36,7 +36,7 @@
#include "msxml.h"
#include "xmldom.h"
#include "xmldso.h"
#include "msxml
2
.h"
#include "msxml
6
.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/saxreader.c
View file @
62e521ad
...
...
@@ -29,7 +29,7 @@
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "wininet.h"
#include "urlmon.h"
#include "winreg.h"
...
...
dlls/msxml3/schema.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "wine/debug.h"
...
...
dlls/msxml3/text.c
View file @
62e521ad
...
...
@@ -28,7 +28,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "msxml_private.h"
...
...
dlls/msxml3/xmldoc.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "wininet.h"
#include "winreg.h"
#include "shlwapi.h"
...
...
dlls/msxml3/xmlelem.c
View file @
62e521ad
...
...
@@ -27,7 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml
2
.h"
#include "msxml
6
.h"
#include "ocidl.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