wine/dlls/http.sys/Makefile.in
Zebediah Figura 9fd1b0c228 http.sys: Listen for connections on addresses associated with each request queue.
Ultimately we'll want to move the listening socket list out of the
request_queue structure, since multiple request queues can share the same
address.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-23 10:56:40 +02:00

7 lines
120 B
Makefile

MODULE = http.sys
IMPORTS = ntoskrnl ws2_32
EXTRADLLFLAGS = -Wl,--subsystem,native -mno-cygwin
C_SRCS = \
http.c