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

Owen Rudge orudge at codeweavers.com
Wed Mar 7 16:51:39 CST 2018


This patch series adds the initial implementation of the PublishEx 
function for the IWSDiscoveryPublisher interface. The basic structure of 
the SOAP message is built up, written as XML to a string buffer, then 
sent via UDP multicast.

The full population of the message will follow in a further patch series.

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: 2226 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180307/6d52f284/attachment.bin>


More information about the wine-devel mailing list