error: More reliable output on mingw.
[pspp] / ChangeLog
index d4a6a53accd2ef57703e9eb921fdcdd8978f929f..093e6ba10fbf090408e60eff7911f977d7b3a958 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-05-09  Bruno Haible  <bruno@clisp.org>
+
+       error: More reliable output on mingw.
+       * lib/error.c: Include <windows.h>.
+       (is_open): New function.
+       (flush_stdout): Call it instead of fcntl, also if F_GETFL is not
+       defined.
+
 2010-05-09  Bruno Haible  <bruno@clisp.org>
 
        vasnprintf: Fix syntax errors in libintl build on mingw.