[vlc-commits] configure: stop forcing struct pollfd detection to XP

Martell Malone git at videolan.org
Wed Jan 14 21:17:59 CET 2015


vlc | branch: master | Martell Malone <martellmalone at gmail.com> | Wed Jan 14 10:09:30 2015 +0000| [36f3f9c4ff55721991158f878990b0cbb283a193] | committer: Rémi Denis-Courmont

configure: stop forcing struct pollfd detection to XP

struct pollfd is available from Vista+, applicable winRT builds.

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36f3f9c4ff55721991158f878990b0cbb283a193
---

 configure.ac |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f1da4f5..62439e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
 ])



More information about the vlc-commits mailing list