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
9e1284df
Commit
9e1284df
authored
Nov 13, 2006
by
Huw Davies
Committed by
Alexandre Julliard
Nov 14, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK.
parent
8518ee38
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
factory.c
dlls/msxml3/factory.c
+6
-0
domdoc.c
dlls/msxml3/tests/domdoc.c
+2
-0
msxml2.idl
include/msxml2.idl
+3
-0
No files found.
dlls/msxml3/factory.c
View file @
9e1284df
...
...
@@ -26,8 +26,14 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml.h"
#include "xmldom.h"
#include "msxml2.h"
/* undef the #define in msxml2 so that we can access the v.2 version
independent CLSID as well as the v.3 one. */
#undef CLSID_DOMDocument
#include "wine/debug.h"
#include "msxml_private.h"
...
...
dlls/msxml3/tests/domdoc.c
View file @
9e1284df
...
...
@@ -28,6 +28,8 @@
#include "wine/test.h"
const
CLSID
CLSID_DOMDocument2
=
{
0xf6d90f11
,
0x9c73
,
0x11d3
,
{
0xb3
,
0x2e
,
0x00
,
0xc0
,
0x4f
,
0x99
,
0x0b
,
0xb4
}};
static
const
WCHAR
szEmpty
[]
=
{
0
};
static
const
WCHAR
szIncomplete
[]
=
{
'<'
,
'?'
,
'x'
,
'm'
,
'l'
,
' '
,
...
...
include/msxml2.idl
View file @
9e1284df
...
...
@@ -47,6 +47,9 @@ interface IXTLRuntime;
interface
IXSLTemplate
;
interface
IXSLProcessor
;
cpp_quote
(
"#define DOMDocument DOMDocument2"
)
cpp_quote
(
"#define CLSID_DOMDocument CLSID_DOMDocument2"
)
cpp_quote
(
"#ifndef __WIDL_XMLDOM_H"
)
typedef
enum
tagDOMNodeType
{
...
...
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