Module: wine Branch: master Commit: cdac075e41dc99f887ab9eeb932f09cae5b05791 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cdac075e41dc99f887ab9eeb93...
Author: Huw Davies huw@codeweavers.com Date: Fri Feb 23 12:30:41 2007 +0000
msxml3: Register schema cache classes.
---
dlls/msxml3/regsvr.c | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/dlls/msxml3/regsvr.c b/dlls/msxml3/regsvr.c index 5648e1e..24514df 100644 --- a/dlls/msxml3/regsvr.c +++ b/dlls/msxml3/regsvr.c @@ -583,6 +583,22 @@ static struct regsvr_coclass const coclass_list[] = { "Both", "Msxml" }, + { &CLSID_XMLSchemaCache, + "XML Schema Cache", + NULL, + "msxml3.dll", + "Both", + "Msxml2.XMLSchemaCache", + "3.0" + }, + { &CLSID_XMLSchemaCache30, + "XML Schema Cache 3.0", + NULL, + "msxml3.dll", + "Both", + "Msxml2.XMLSchemaCache", + "3.0" + }, { NULL } /* list terminator */ };
@@ -662,6 +678,17 @@ static struct progid const progid_list[] = { &CLSID_XMLDocument, NULL }, + { "Msxml2.XMLSchemaCache", + "XML Schema Cache", + &CLSID_XMLSchemaCache, + "Msxml2.XMLSchemaCache.3.0" + }, + { "Msxml2.XMLSchemaCache.3.0", + "XML Schema Cache 3.0", + &CLSID_XMLSchemaCache30, + NULL + }, + { NULL } /* list terminator */ };