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
bc3153af
Commit
bc3153af
authored
Feb 03, 2010
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml4: Add self-registration for CLSID_DOMDocument40, accept it in classfactory.
parent
4d7d648b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
6 deletions
+17
-6
factory.c
dlls/msxml3/factory.c
+2
-1
Makefile.in
dlls/msxml4/Makefile.in
+3
-2
msxml4.spec
dlls/msxml4/msxml4.spec
+3
-3
regsvr.c
dlls/msxml4/regsvr.c
+0
-0
msxml2.idl
include/msxml2.idl
+8
-0
wine.inf.in
tools/wine.inf.in
+1
-0
No files found.
dlls/msxml3/factory.c
View file @
bc3153af
...
...
@@ -147,7 +147,8 @@ HRESULT WINAPI DllGetClassObject( REFCLSID rclsid, REFIID iid, LPVOID *ppv )
if
(
IsEqualCLSID
(
rclsid
,
&
CLSID_DOMDocument
)
||
/* Version indep. v 2.x */
IsEqualCLSID
(
rclsid
,
&
CLSID_DOMDocument2
)
||
/* Version indep. v 3.0 */
IsEqualCLSID
(
rclsid
,
&
CLSID_DOMDocument30
)
)
/* Version dep. v 3.0 */
IsEqualCLSID
(
rclsid
,
&
CLSID_DOMDocument30
)
||
/* Version dep. v 3.0 */
IsEqualCLSID
(
rclsid
,
&
CLSID_DOMDocument40
))
/* Version dep. v 4.0 */
{
cf
=
(
IClassFactory
*
)
&
domdoccf
.
lpVtbl
;
}
...
...
dlls/msxml4/Makefile.in
View file @
bc3153af
...
...
@@ -4,10 +4,11 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
msxml4.dll
IMPORTS
=
kernel32
IMPORTS
=
ole32 advapi32
kernel32
C_SRCS
=
\
main.c
main.c
\
regsvr.c
@MAKE_DLL_RULES@
...
...
dlls/msxml4/msxml4.spec
View file @
bc3153af
@ stdcall -private DllCanUnloadNow()
@ st
ub -private
DllGetClassObject
@ st
ub -private DllRegisterServer
@ st
ub -private DllUnregisterServer
@ st
dcall -private DllGetClassObject(ptr ptr ptr) msxml3.
DllGetClassObject
@ st
dcall -private DllRegisterServer()
@ st
dcall -private DllUnregisterServer()
dlls/msxml4/regsvr.c
0 → 100644
View file @
bc3153af
This diff is collapsed.
Click to expand it.
include/msxml2.idl
View file @
bc3153af
...
...
@@ -1070,6 +1070,14 @@ coclass DOMDocument30
[
default
,
source
]
dispinterface
XMLDOMDocumentEvents
;
}
[
uuid
(
88
d969c0
-
f192
-
11
d4
-
a65f
-
0040963251
e5
)
]
coclass
DOMDocument40
{
[
default
]
interface
IXMLDOMDocument2
;
[
default
,
source
]
dispinterface
XMLDOMDocumentEvents
;
}
[
uuid
(
F6D90F12
-
9
C73
-
11
D3
-
B32E
-
00
C04F990BB4
)
...
...
tools/wine.inf.in
View file @
bc3153af
...
...
@@ -2404,6 +2404,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,msisip.dll,1
11,,mstask.dll,1
11,,msxml3.dll,1
11,,msxml4.dll,1
11,,objsel.dll,1
11,,oledb32.dll,1
11,,qcap.dll,1
...
...
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