mirror of
https://github.com/yarrick/iodine.git
synced 2025-02-21 12:28:28 +00:00
Set WINVER to Windows XP to support getaddrinfo
This commit is contained in:
parent
43e4fb5448
commit
c99f381719
@ -23,6 +23,9 @@ link)
|
|||||||
;;
|
;;
|
||||||
cflags)
|
cflags)
|
||||||
case $1 in
|
case $1 in
|
||||||
|
windows32)
|
||||||
|
echo '-DWINVER=0x0501';
|
||||||
|
;;
|
||||||
BeOS)
|
BeOS)
|
||||||
echo '-Dsocklen_t=int';
|
echo '-Dsocklen_t=int';
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user