Add Windows network functions in network.c

This file was taken from ioQuake2 and refactored to match Yamagi Quake
II. It would be nice to have IPv6 support and to remove the old IPX
cruft, but that happen now.
This commit is contained in:
Yamagi Burmeister 2012-06-03 15:07:36 +02:00
parent 0b226ce838
commit f3bead4f6b
2 changed files with 1017 additions and 0 deletions

View file

@ -489,6 +489,7 @@ ifeq ($(OSTYPE), Windows)
SERVER_OBJS_ += \
src/windows/conproc.o \
src/windows/mem.o \
src/windows/network.o \
src/windows/system.o
else
SERVER_OBJS_ += \

1016
src/windows/network.c Normal file

File diff suppressed because it is too large Load diff