Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e1606d69
Commit
e1606d69
authored
Mar 22, 2024
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove XMLSchemaCache60 from msxml2.idl.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
parent
19b7f33a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
factory.c
dlls/msxml3/factory.c
+2
-0
uuid.c
dlls/msxml3/uuid.c
+2
-0
msxml2.idl
include/msxml2.idl
+0
-8
No files found.
dlls/msxml3/factory.c
View file @
e1606d69
...
...
@@ -43,6 +43,8 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
msxml
);
extern
GUID
CLSID_XMLSchemaCache60
;
typedef
HRESULT
(
*
ClassFactoryCreateInstanceFunc
)(
void
**
);
typedef
HRESULT
(
*
DOMFactoryCreateInstanceFunc
)(
MSXML_VERSION
,
void
**
);
...
...
dlls/msxml3/uuid.c
View file @
e1606d69
...
...
@@ -54,3 +54,5 @@
* XMLDSOControl DSOControl
*
*/
DEFINE_GUID
(
CLSID_XMLSchemaCache60
,
0x88d96a07
,
0xf192
,
0x11d4
,
0xa6
,
0x5f
,
0x00
,
0x40
,
0x96
,
0x32
,
0x51
,
0xe5
);
include/msxml2.idl
View file @
e1606d69
...
...
@@ -1751,14 +1751,6 @@ coclass XMLSchemaCache40
}
[
uuid
(
88
d96a07
-
f192
-
11
d4
-
a65f
-
0040963251
e5
)
]
coclass
XMLSchemaCache60
{
[
default
]
interface
IXMLDOMSchemaCollection2
;
}
[
helpstring
(
"XML Schema Cache"
),
progid
(
"Msxml2.XMLSchemaCache"
),
vi_progid
(
"Msxml2.XMLSchemaCache"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment