include: Remove duplicate Web Services declarations.

Francois Gouget fgouget at free.fr
Sat Apr 23 21:08:44 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

The duplicates break compilation on FreeBSD 8.1 (gcc 4.2) and Solaris 
11.11 (gcc 3.4), which might have more to do with the compiler version 
than the actual platform.

 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;
-- 
2.8.0.rc3



More information about the wine-patches mailing list