mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
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:
parent
0b226ce838
commit
f3bead4f6b
2 changed files with 1017 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
1016
src/windows/network.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue