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
b30517de
Commit
b30517de
authored
Sep 14, 2015
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Avoid some type redefinitions.
parent
a7e294c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
webservices.h
include/webservices.h
+9
-8
No files found.
include/webservices.h
View file @
b30517de
...
...
@@ -25,10 +25,11 @@ extern "C" {
typedef
struct
_WS_ERROR
WS_ERROR
;
typedef
struct
_WS_HEAP
WS_HEAP
;
typedef
struct
_WS_STRUCT_DESCRIPTION
WS_STRUCT_DESCRIPTION
;
typedef
struct
_WS_XML_BUFFER
WS_XML_BUFFER
;
typedef
struct
_WS_XML_READER
WS_XML_READER
;
typedef
struct
_WS_XML_STRING
WS_XML_STRING
;
struct
_WS_STRUCT_DESCRIPTION
;
struct
_WS_XML_STRING
;
typedef
enum
{
WS_ERROR_PROPERTY_STRING_COUNT
,
...
...
@@ -140,10 +141,10 @@ typedef struct _WS_XML_READER_STREAM_INPUT {
}
WS_XML_READER_STREAM_INPUT
;
typedef
struct
_WS_XML_DICTIONARY
{
GUID
guid
;
WS_XML_STRING
*
strings
;
ULONG
stringCount
;
BOOL
isConst
;
GUID
guid
;
struct
_
WS_XML_STRING
*
strings
;
ULONG
stringCount
;
BOOL
isConst
;
}
WS_XML_DICTIONARY
;
typedef
struct
_WS_XML_STRING
{
...
...
@@ -254,8 +255,8 @@ typedef struct _WS_STRUCT_DESCRIPTION {
ULONG
fieldCount
;
WS_XML_STRING
*
typeLocalName
;
WS_XML_STRING
*
typeNs
;
WS_STRUCT_DESCRIPTION
*
parentType
;
WS_STRUCT_DESCRIPTION
**
subTypes
;
struct
_
WS_STRUCT_DESCRIPTION
*
parentType
;
struct
_
WS_STRUCT_DESCRIPTION
**
subTypes
;
ULONG
subTypeCount
;
ULONG
structOptions
;
}
WS_STRUCT_DESCRIPTION
;
...
...
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