* lib/poll.c [WINDOWS_NATIVE]: Undefine recv.
+2017-05-10 Bruno Haible <bruno@clisp.org>
+
+ poll: Fix link error on native Windows.
+ * lib/poll.c [WINDOWS_NATIVE]: Undefine recv.
+
2017-05-10 Bruno Haible <bruno@clisp.org>
time: Fix missing initialization of HAVE_TIMEZONE_T.
#ifdef WINDOWS_NATIVE
+/* Here we need the recv() function from Windows, that takes a SOCKET as
+ first argument, not any possible gnulib override. */
+# undef recv
+
static BOOL IsConsoleHandle (HANDLE h)
{
DWORD mode;