Use native type SOCKET instead of int when testing functionality of ioctlsocket on Windows

pull/1/head
Yang Tse 19 years ago
parent 18a675fee0
commit badc1d76cb
  1. 2
      acinclude.m4

@ -372,7 +372,7 @@ dnl the code was bad, try a different program now, test 3
#endif
],[
/* ioctlsocket source code */
int socket;
SOCKET socket;
unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
],[
dnl ioctlsocket test was good

Loading…
Cancel
Save