[PATCH] msxml2: Let msxml3 register Msxml2.DOMDocument

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Jul 25 04:42:41 CDT 2016


When msxml3 is native, msxml2 forwards to msxml3 which then fails
to create an object. On Windows 8.1, Msxml2.DOMDocument
point to Msxml2.DOMDocument.3.0.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 dlls/msxml2/msxml2_tlb.idl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/msxml2/msxml2_tlb.idl b/dlls/msxml2/msxml2_tlb.idl
index c06a937..5cd4222 100644
--- a/dlls/msxml2/msxml2_tlb.idl
+++ b/dlls/msxml2/msxml2_tlb.idl
@@ -1073,7 +1073,6 @@ coclass DOMDocument
 [
     helpstring("XML DOM Document 2.6"),
     progid("Msxml2.DOMDocument.2.6"),
-    vi_progid("Msxml2.DOMDocument"),
     threading(both),
     uuid(f5078f1b-c551-11d3-89b9-0000f81fe221)
 ]
-- 
1.9.1




More information about the wine-patches mailing list