1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

include: Remove XMLSchemaCache60 from msxml2.idl.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
Nikolay Sivov 2024-03-22 20:35:14 +01:00 committed by Alexandre Julliard
parent 19b7f33a6e
commit e1606d698f
3 changed files with 4 additions and 8 deletions

View File

@ -43,6 +43,8 @@
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
extern GUID CLSID_XMLSchemaCache60;
typedef HRESULT (*ClassFactoryCreateInstanceFunc)(void**);
typedef HRESULT (*DOMFactoryCreateInstanceFunc)(MSXML_VERSION, void**);

View File

@ -54,3 +54,5 @@
* XMLDSOControl DSOControl
*
*/
DEFINE_GUID(CLSID_XMLSchemaCache60, 0x88d96a07, 0xf192, 0x11d4, 0xa6, 0x5f, 0x00, 0x40, 0x96, 0x32, 0x51, 0xe5);

View File

@ -1750,14 +1750,6 @@ coclass XMLSchemaCache40
[default] interface IXMLDOMSchemaCollection2;
}
[
uuid(88d96a07-f192-11d4-a65f-0040963251e5)
]
coclass XMLSchemaCache60
{
[default] interface IXMLDOMSchemaCollection2;
}
[
helpstring("XML Schema Cache"),
progid("Msxml2.XMLSchemaCache"),