Commit 36f3f9c4 authored by Martell Malone's avatar Martell Malone Committed by Rémi Denis-Courmont

configure: stop forcing struct pollfd detection to XP

struct pollfd is available from Vista+, applicable winRT builds.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 39353b9c
......@@ -610,7 +610,6 @@ AC_CHECK_TYPES([struct pollfd],,,
#if HAVE_POLL
# include <poll.h>
#elif defined (_WIN32)
# define _WIN32_WINNT 0x502
# include <winsock2.h>
#endif
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment