[1/6] wsdapi: Add wsdapi_internal.h for shared internal function and macro definitions.

Owen Rudge orudge at codeweavers.com
Mon Jul 3 16:26:30 CDT 2017


This series of patches is fairly hefty, but is required to implement 
support for constructing a SOAP message, then sending it via UDP 
multicast. The native DLL simply exposes a "Publish" function which 
performs all this logic, so it's difficult to break this down into 
separately testable chunks.

The first changeset lays the foundations for an internal include file 
that is added to in the subsequent changesets.

Signed-off-by: Owen Rudge <orudge at codeweavers.com>
---
  dlls/wsdapi/address.c         |  6 +-----
  dlls/wsdapi/wsdapi_internal.h | 35 +++++++++++++++++++++++++++++++++++
  dlls/wsdapi/xml.c             |  7 +------
  3 files changed, 37 insertions(+), 11 deletions(-)
  create mode 100644 dlls/wsdapi/wsdapi_internal.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-wsdapi-Add-wsdapi_internal.h-for-shared-internal-fun.patch
Type: text/x-patch
Size: 2203 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20170703/c84144d4/attachment.bin>


More information about the wine-patches mailing list