commit | d93f0814aa826fc883ca3a3c35328729c492941c | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dpaun@rogers.com> | Tue May 13 00:37:36 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue May 13 00:37:36 2003 +0000 |
tree | 396d1ca2021993a2e321bc3cf770d739987f94f4 | |
parent | 98747abd759816b823a928453e00fb234f829606 [diff] [blame] |
Add prototype for __WSAFDIsSet. Fix syntax error.
diff --git a/include/winsock.h b/include/winsock.h index 4689875..4509bfd 100644 --- a/include/winsock.h +++ b/include/winsock.h
@@ -469,6 +469,8 @@ #define WS_FD_ISSET(fd, set) __WSAFDIsSet((SOCKET)(fd), (WS_fd_set*)(set)) #endif +int WINAPI __WSAFDIsSet(SOCKET,WS(fd_set)*); + #endif /* WS_DEFINE_SELECT */ /* we have to define hton/ntoh as macros to avoid conflicts with Unix headers */