kernel32/tests/pipe: Enable compilation with long types.
[wine.git] / dlls / nsiproxy.sys / Makefile.in
blob3b83a4ddaacb0416e4f7dcb6c2fcad729bbb1dae
1 EXTRADEFS = -DWINE_NO_LONG_TYPES
2 MODULE = nsiproxy.sys
3 UNIXLIB = nsiproxy.so
4 IMPORTS = ntoskrnl
5 EXTRALIBS = $(PROCSTAT_LIBS)
7 EXTRADLLFLAGS = -Wl,--subsystem,native
9 C_SRCS = \
10 device.c \
11 icmp_echo.c \
12 ip.c \
13 ndis.c \
14 nsi.c \
15 tcp.c \
16 udp.c