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
b7279bad
Commit
b7279bad
authored
Apr 19, 2017
by
Owen Rudge
Committed by
Alexandre Julliard
Apr 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Avoid redefining WSDXML typedefs.
Signed-off-by:
Owen Rudge
<
orudge@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
337a890e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
wsdxml.idl
include/wsdxml.idl
+1
-8
wsdxmldom.h
include/wsdxmldom.h
+3
-0
No files found.
include/wsdxml.idl
View file @
b7279bad
...
@@ -18,14 +18,7 @@
...
@@ -18,14 +18,7 @@
import
"oaidl.idl"
;
import
"oaidl.idl"
;
import
"ocidl.idl"
;
import
"ocidl.idl"
;
import
"wsdxmldom.h"
;
typedef
struct
_WSDXML_NAMESPACE
WSDXML_NAMESPACE
;
typedef
struct
_WSDXML_NAME
WSDXML_NAME
;
typedef
struct
_WSDXML_TYPE
WSDXML_TYPE
;
typedef
struct
_WSDXML_ELEMENT
WSDXML_ELEMENT
;
typedef
const
WSDXML_NAMESPACE
*
PCWSDXML_NAMESPACE
;
typedef
const
WSDXML_TYPE
*
PCWSDXML_TYPE
;
interface
IWSDXMLContext
;
interface
IWSDXMLContext
;
...
...
include/wsdxmldom.h
View file @
b7279bad
...
@@ -27,6 +27,9 @@ typedef struct _WSDXML_ATTRIBUTE WSDXML_ATTRIBUTE;
...
@@ -27,6 +27,9 @@ typedef struct _WSDXML_ATTRIBUTE WSDXML_ATTRIBUTE;
typedef
struct
_WSDXML_NODE
WSDXML_NODE
;
typedef
struct
_WSDXML_NODE
WSDXML_NODE
;
typedef
struct
_WSDXML_ELEMENT
WSDXML_ELEMENT
;
typedef
struct
_WSDXML_ELEMENT
WSDXML_ELEMENT
;
typedef
const
WSDXML_NAMESPACE
*
PCWSDXML_NAMESPACE
;
typedef
const
WSDXML_TYPE
*
PCWSDXML_TYPE
;
struct
_WSDXML_TYPE
struct
_WSDXML_TYPE
{
{
const
WCHAR
*
Uri
;
const
WCHAR
*
Uri
;
...
...
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