mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
9fd1b0c228
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>
6 lines
120 B
Makefile
6 lines
120 B
Makefile
MODULE = http.sys
|
|
IMPORTS = ntoskrnl ws2_32
|
|
EXTRADLLFLAGS = -Wl,--subsystem,native -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
http.c
|