ddraw/tests: Add another invalid arguments test for surface QI.
[wine.git] / dlls / webservices / Makefile.in
blob58dac38b7461e34d639ae8877c399f30edfac1ad
1 MODULE = webservices.dll
2 IMPORTLIB = webservices
3 IMPORTS = winhttp rpcrt4 user32 ws2_32
5 C_SRCS = \
6 channel.c \
7 error.c \
8 heap.c \
9 listener.c \
10 msg.c \
11 proxy.c \
12 reader.c \
13 string.c \
14 url.c \
15 writer.c