include: Remove duplicate Web Services declarations.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2771fd9758
commit
881fd6a565
|
@ -49,10 +49,7 @@ typedef struct _WS_ENDPOINT_ADDRESS WS_ENDPOINT_ADDRESS;
|
|||
typedef struct _WS_ENDPOINT_IDENTITY WS_ENDPOINT_IDENTITY;
|
||||
typedef struct _WS_ENUM_DESCRIPTION WS_ENUM_DESCRIPTION;
|
||||
typedef struct _WS_ENUM_VALUE WS_ENUM_VALUE;
|
||||
typedef struct _WS_OPERATION_DESCRIPTION WS_OPERATION_DESCRIPTION;
|
||||
typedef struct _WS_HTTP_POLICY_DESCRIPTION WS_HTTP_POLICY_DESCRIPTION;
|
||||
typedef struct _WS_MESSAGE_PROPERTY WS_MESSAGE_PROPERTY;
|
||||
typedef struct _WS_MESSAGE_PROPERTIES WS_MESSAGE_PROPERTIES;
|
||||
typedef struct _WS_MESSAGE WS_MESSAGE;
|
||||
typedef struct _WS_MESSAGE_DESCRIPTION WS_MESSAGE_DESCRIPTION;
|
||||
typedef struct _WS_OPERATION_DESCRIPTION WS_OPERATION_DESCRIPTION;
|
||||
|
|
Loading…
Reference in New Issue