Set WINVER to Windows XP to support getaddrinfo

This commit is contained in:
Erik Ekman 2012-09-03 10:52:04 +02:00
parent 43e4fb5448
commit c99f381719

View file

@ -23,6 +23,9 @@ link)
;;
cflags)
case $1 in
windows32)
echo '-DWINVER=0x0501';
;;
BeOS)
echo '-Dsocklen_t=int';
;;