pollfd struct and WSA_poll fixes for Windows Vista already present in CVS

This commit is contained in:
Yang Tse
2007-12-18 10:36:32 +00:00
parent bcd7d03b3b
commit f4ffa85f60
3 changed files with 10 additions and 13 deletions

View File

@@ -353,14 +353,6 @@
#define _CRT_NONSTDC_NO_DEPRECATE 1
#endif
/* Define to make select.h work fine on VC++ 9.0 (2008) */
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
/* The poll struct and associated defines are present in the Windows SDK v6.0
that comes with this version... */
#define HAVE_STRUCT_POLLFD 1
#endif
/* ---------------------------------------------------------------- */
/* LDAP SUPPORT */
/* ---------------------------------------------------------------- */