include: Remove duplicate definition of WS_XML_NODE_POSITION.

Sebastian Lackner sebastian at fds-team.de
Thu Jun 30 15:54:30 CDT 2016


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

This leads to compile errors with gcc 4.5:

In file included from channel.c:24:0:
../../include/webservices.h:606:3: error: redefinition of typedef ‘WS_XML_NODE_POSITION’
../../include/webservices.h:76:38: note: previous declaration of ‘WS_XML_NODE_POSITION’ was here
make[2]: *** [channel.o] Error 1

 include/webservices.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/webservices.h b/include/webservices.h
index a5ffd51..3c808f5 100644
--- a/include/webservices.h
+++ b/include/webservices.h
@@ -73,7 +73,6 @@ typedef struct _WS_CUSTOM_HTTP_PROXY WS_CUSTOM_HTTP_PROXY;
 typedef struct _WS_HTTP_MESSAGE_MAPPING WS_HTTP_MESSAGE_MAPPING;
 typedef struct _WS_HTTP_HEADER_MAPPING WS_HTTP_HEADER_MAPPING;
 typedef struct _WS_HTTP_REDIRECT_CALLBACK_CONTEXT WS_HTTP_REDIRECT_CALLBACK_CONTEXT;
-typedef struct _WS_XML_NODE_POSITION WS_XML_NODE_POSITION;
 
 struct _WS_STRUCT_DESCRIPTION;
 struct _WS_XML_STRING;
-- 
2.8.0



More information about the wine-patches mailing list