Module: wine Branch: master Commit: 5b149374be47fc862ea06db51112132c96d34bbb URL: http://source.winehq.org/git/wine.git/?a=commit;h=5b149374be47fc862ea06db511...
Author: Sebastian Lackner sebastian@fds-team.de Date: Thu Jun 30 22:54:30 2016 +0200
include: Remove duplicate definition of WS_XML_NODE_POSITION.
Signed-off-by: Sebastian Lackner sebastian@fds-team.de Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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;