Sweden-Number/dlls/nsiproxy.sys
Gerald Pfeifer fa6e791ca5 nsiproxy: Include sys/param.h from udp.c.
udp.c features specific code to handle versions of FreeBSD past early
12.0 snapshots. This is guarded by a check on __FreeBSD_version which
is defined in sys/param.h. Actually including that, like tcp.c already
does, activates that check and adjusted code and unbreaks the build.

Signed-off-by: Gerald Pfeifer <gerald@FreeBSD.org>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-07 10:17:07 +02:00
..
Makefile.in nsiproxy: Add $(PROCSTAT_LIBS) to EXTRALIBS. 2021-08-20 17:34:56 +02:00
device.c nsiproxy: Return STATUS_BUFFER_OVERFLOW to signal short buffers. 2021-08-31 10:57:23 +02:00
ip.c nsiproxy: Return STATUS_BUFFER_OVERFLOW to signal short buffers. 2021-08-31 10:57:23 +02:00
ndis.c nsiproxy: Return STATUS_BUFFER_OVERFLOW to signal short buffers. 2021-08-31 10:57:23 +02:00
nsi.c nsiproxy: Implement UDP endpoint enumerate_all. 2021-08-18 11:07:20 +02:00
nsiproxy.sys.spec
nsiproxy_private.h nsiproxy: Implement UDP endpoint enumerate_all. 2021-08-18 11:07:20 +02:00
tcp.c nsiproxy: Return STATUS_BUFFER_OVERFLOW to signal short buffers. 2021-08-31 10:57:23 +02:00
udp.c nsiproxy: Include sys/param.h from udp.c. 2021-09-07 10:17:07 +02:00