make hWaitForInput/hReady not fail with "invalid argument" on Windows
authorSimon Marlow <simonmar@microsoft.com>
Thu, 30 Aug 2007 13:11:15 +0000 (13:11 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 30 Aug 2007 13:11:15 +0000 (13:11 +0000)
commit8aeccbecaca833ede3c88a95094368150ac62c21
tree92638a3b27e97879bb3f211cce63086eb4f7af3e
parent78a1058a24f1a18b06c50638d850f35bb3d54ea4
make hWaitForInput/hReady not fail with "invalid argument" on Windows
See #1198.  This doesn't fully fix it, because hReady still always
returns False on file handles.  I'm not really sure how to fix that.
cbits/inputReady.c