mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
include: Remove XMLSchemaCache60 from msxml2.idl.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
parent
19b7f33a6e
commit
e1606d698f
3 changed files with 4 additions and 8 deletions
|
@ -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);
|
||||
|
|
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue