Commit ab326fe5 authored by Owen Rudge's avatar Owen Rudge Committed by Alexandre Julliard

wsdapi: Add stub implementation of IWSDiscoveryPublisher.

parent 70665202
...@@ -3,4 +3,5 @@ IMPORTLIB = wsdapi ...@@ -3,4 +3,5 @@ IMPORTLIB = wsdapi
IMPORTS = kernel32 IMPORTS = kernel32
C_SRCS = \ C_SRCS = \
discovery.c \
main.c main.c
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
@ stub WSDCreateDiscoveryProvider2 @ stub WSDCreateDiscoveryProvider2
@ stub WSDCreateDiscoveryProvider @ stub WSDCreateDiscoveryProvider
@ stub WSDCreateDiscoveryPublisher2 @ stub WSDCreateDiscoveryPublisher2
@ stub WSDCreateDiscoveryPublisher @ stdcall WSDCreateDiscoveryPublisher(ptr ptr)
@ stub WSDCreateHttpAddress @ stub WSDCreateHttpAddress
@ stub WSDCreateHttpMessageParameters @ stub WSDCreateHttpMessageParameters
@ stub WSDCreateHttpTransport @ stub WSDCreateHttpTransport
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment