Commit e1606d69 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Remove XMLSchemaCache60 from msxml2.idl.

parent 19b7f33a
......@@ -43,6 +43,8 @@
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
extern GUID CLSID_XMLSchemaCache60;
typedef HRESULT (*ClassFactoryCreateInstanceFunc)(void**);
typedef HRESULT (*DOMFactoryCreateInstanceFunc)(MSXML_VERSION, void**);
......
......@@ -54,3 +54,5 @@
* XMLDSOControl DSOControl
*
*/
DEFINE_GUID(CLSID_XMLSchemaCache60, 0x88d96a07, 0xf192, 0x11d4, 0xa6, 0x5f, 0x00, 0x40, 0x96, 0x32, 0x51, 0xe5);
......@@ -1751,14 +1751,6 @@ coclass XMLSchemaCache40
}
[
uuid(88d96a07-f192-11d4-a65f-0040963251e5)
]
coclass XMLSchemaCache60
{
[default] interface IXMLDOMSchemaCollection2;
}
[
helpstring("XML Schema Cache"),
progid("Msxml2.XMLSchemaCache"),
vi_progid("Msxml2.XMLSchemaCache"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment