Module: wine Branch: master Commit: 881fd6a565e0b94e1482c522174f457c6d0af2ab URL: http://source.winehq.org/git/wine.git/?a=commit;h=881fd6a565e0b94e1482c52217...
Author: Francois Gouget fgouget@free.fr Date: Sun Apr 24 04:08:44 2016 +0200
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
---
include/webservices.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/include/webservices.h b/include/webservices.h index 6217105..6e30f50 100644 --- a/include/webservices.h +++ b/include/webservices.h @@ -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;