]> Savannah Git Hosting - gnulib.git/commit
isatty: fix to work on windows 8
authorMichael Goffioul <michael.goffioul@gmail.com>
Mon, 9 Jun 2014 16:07:44 +0000 (17:07 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 9 Jun 2014 16:10:10 +0000 (17:10 +0100)
commita008d625b7854d2c08c6606d90f6f2f48263f973
tree0a37d722d9612ca4e37ac148065d8ff2817572dc
parent0a38624d37ea60bf34cee91ef7dcdb20a87bb55f
isatty: fix to work on windows 8

* lib/isatty.c (IsConsoleHandle): Change from testing the lower
2 bits of the handle to the more expensive but accurate syscall.
ChangeLog
lib/isatty.c