[PATCH 6/8] Allow FreeThreadedDOMDocument40 to be created

Nikolay Sivov nsivov at codeweavers.com
Sun Aug 29 16:33:04 CDT 2010


---
 dlls/msxml3/factory.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msxml3/factory.c b/dlls/msxml3/factory.c
index 969773e..46d8249 100644
--- a/dlls/msxml3/factory.c
+++ b/dlls/msxml3/factory.c
@@ -166,6 +166,7 @@ HRESULT WINAPI DllGetClassObject( REFCLSID rclsid, REFIID iid, LPVOID *ppv )
     else if( IsEqualCLSID( rclsid, &CLSID_DOMFreeThreadedDocument )   ||   /* Version indep. v 2.x */
              IsEqualCLSID( rclsid, &CLSID_FreeThreadedDOMDocument )   ||
              IsEqualCLSID( rclsid, &CLSID_FreeThreadedDOMDocument30 ) ||
+             IsEqualCLSID( rclsid, &CLSID_FreeThreadedDOMDocument40 ) ||
              IsEqualCLSID( rclsid, &CLSID_FreeThreadedDOMDocument60 ))
     {
         cf = (IClassFactory*) &domdoccf.lpVtbl;
-- 
1.5.6.5



--------------060003020104060501050907--



More information about the wine-patches mailing list