mirror of
https://github.com/yarrick/iodine.git
synced 2025-01-08 19:53:34 +02:00
Set WINVER to Windows XP to support getaddrinfo
This commit is contained in:
parent
43e4fb5448
commit
c99f381719
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ link)
|
|||
;;
|
||||
cflags)
|
||||
case $1 in
|
||||
windows32)
|
||||
echo '-DWINVER=0x0501';
|
||||
;;
|
||||
BeOS)
|
||||
echo '-Dsocklen_t=int';
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue