* lib/stdio-impl.h [__MINGW32__]: Revert conditional.
The Emacs bug is fixed by Eli Zaretskii in
http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00715.html
+2016-12-17 Bruno Haible <bruno@clisp.org>
+
+ fpending: Revert workaround against Emacs bug.
+ * lib/stdio-impl.h [__MINGW32__]: Revert conditional.
+ The Emacs bug is fixed by Eli Zaretskii in
+ http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00715.html
+
2016-12-17 Bruno Haible <bruno@clisp.org>
getlogin_r tests: Port to mingw.
# include <sys/param.h>
#endif
-#ifndef __MINGW32__
#include <errno.h> /* For detecting Plan9. */
-#endif
#if defined __sferror || defined __DragonFly__ || defined __ANDROID__
/* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Android */