mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-04-20 09:55:38 +00:00
define WINVER to winxp try to fix getaddrinfo error
This commit is contained in:
parent
aa470a8bd0
commit
60f323b230
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@ QS_CFLAGS+= $(CODEC_INC)
|
|||
|
||||
COMMON_LIBS:= -lm -lopengl32 -lwinmm
|
||||
|
||||
# Require Windows XP, for ipv6
|
||||
QS_CFLAGS+= -DWINVER=0x0501
|
||||
#QS_CFLAGS+= -DUSE_ZLIB
|
||||
#COMMON_LIBS+= -lz
|
||||
|
||||
|
|
Loading…
Reference in a new issue