Commit 7b488a3b authored by Yang Tse's avatar Yang Tse
Browse files

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

parent f4481685
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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