mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-23 19:47:32 +00:00
Set WINVER to Windows XP to support getaddrinfo
This commit is contained in:
@@ -23,6 +23,9 @@ link)
|
||||
;;
|
||||
cflags)
|
||||
case $1 in
|
||||
windows32)
|
||||
echo '-DWINVER=0x0501';
|
||||
;;
|
||||
BeOS)
|
||||
echo '-Dsocklen_t=int';
|
||||
;;
|
||||
|
Reference in New Issue
Block a user