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
4164c308
Commit
4164c308
authored
Apr 16, 2010
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Apr 19, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml4: Register classes.
parent
b7d611a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
99 additions
and
0 deletions
+99
-0
regsvr.c
dlls/msxml4/regsvr.c
+52
-0
msxml2.idl
include/msxml2.idl
+47
-0
No files found.
dlls/msxml4/regsvr.c
View file @
4164c308
...
...
@@ -353,6 +353,38 @@ static struct regsvr_coclass const coclass_list[] = {
"Msxml2.SAXXMLReader"
,
"4.0"
},
{
&
CLSID_XMLSchemaCache40
,
"XML Schema Cache 4.0"
,
NULL
,
"msxml4.dll"
,
"Both"
,
"Msxml2.XMLSchemaCache"
,
"4.0"
},
{
&
CLSID_MXXMLWriter40
,
"IMXWriter interface 4.0"
,
NULL
,
"msxml4.dll"
,
"Both"
,
"Msxml2.MXXMLWriter"
,
"4.0"
},
{
&
CLSID_SAXAttributes40
,
"SAX Attribute 4.0"
,
NULL
,
"msxml4.dll"
,
"Both"
,
"Msxml2.SAXAttributes"
,
"4.0"
},
{
&
CLSID_FreeThreadedDOMDocument40
,
"Free Threaded XML DOM Document 4.0"
,
NULL
,
"msxml4.dll"
,
"Both"
,
"Microsoft.FreeThreadedDOMDocument4.0"
,
"4.0"
},
{
NULL
}
/* list terminator */
};
...
...
@@ -370,6 +402,26 @@ static struct progid const progid_list[] = {
&
CLSID_SAXXMLReader40
,
NULL
},
{
"Msxml2.XMLSchemaCache.4.0"
,
"XML Schema Cache 4.0"
,
&
CLSID_XMLSchemaCache40
,
NULL
},
{
"Msxml2.MXXMLWriter.4.0"
,
"MXXMLWriter 4.0"
,
&
CLSID_MXXMLWriter40
,
NULL
},
{
"Msxml2.SAXAttributes.4.0"
,
"SAX Attribute 4.0"
,
&
CLSID_SAXAttributes40
,
NULL
},
{
"MSXML.FreeThreadedDOMDocument40"
,
"Free threaded XML DOM Document 4.0"
,
&
CLSID_FreeThreadedDOMDocument40
,
NULL
},
{
NULL
}
/* list terminator */
};
...
...
include/msxml2.idl
View file @
4164c308
...
...
@@ -1280,6 +1280,15 @@ coclass FreeThreadedDOMDocument30
}
[
uuid
(
88
d969c1
-
f192
-
11
d4
-
a65f
-
0040963251
e5
),
]
coclass
FreeThreadedDOMDocument40
{
[
default
]
interface
IXMLDOMDocument2
;
[
default
,
source
]
dispinterface
XMLDOMDocumentEvents
;
}
;
[
uuid
(
373984
c9
-
b845
-
449b
-
91
e7
-
45
ac83036ade
)
]
coclass
XMLSchemaCache
...
...
@@ -1304,6 +1313,14 @@ coclass XMLSchemaCache30
}
[
uuid
(
88
d969c2
-
f192
-
11
d4
-
a65f
-
0040963251
e5
)
]
coclass
XMLSchemaCache40
{
[
default
]
interface
IXMLDOMSchemaCollection2
;
}
;
[
uuid
(
2933B
F94
-
7B36
-
11
d2
-
B20E
-
00
C04F983E60
)
]
coclass
XSLTemplate
...
...
@@ -2639,6 +2656,26 @@ coclass MXXMLWriter30
}
;
[
uuid
(
88
d969c8
-
f192
-
11
d4
-
a65f
-
0040963251
e5
),
]
coclass
MXXMLWriter40
{
[
default
]
interface
IMXWriter
;
interface
ISAXContentHandler
;
interface
ISAXDeclHandler
;
interface
ISAXDTDHandler
;
interface
ISAXErrorHandler
;
interface
ISAXLexicalHandler
;
interface
IVBSAXContentHandler
;
interface
IVBSAXDeclHandler
;
interface
IVBSAXDTDHandler
;
interface
IVBSAXErrorHandler
;
interface
IVBSAXLexicalHandler
;
}
;
[
uuid
(
4
dd441ad
-526d-4
a77
-
9
f1b
-
9841
ed802fb0
)
]
coclass
SAXAttributes
...
...
@@ -2658,5 +2695,15 @@ coclass SAXAttributes30
interface
ISAXAttributes
;
}
;
[
uuid
(
88
d969ca
-
f192
-
11
d4
-
a65f
-
0040963251
e5
),
]
coclass
SAXAttributes40
{
[
default
]
interface
IMXAttributes
;
interface
IVBSAXAttributes
;
interface
ISAXAttributes
;
}
;
}
/*
Library
MSXML
*/
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