msxml3: Allow FreeThreadedDOMDocument40 to be created.
This commit is contained in:
parent
a0e7b3b93a
commit
42020c9419
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue