Properly interrupt console IO on win32.
commit42496930a65234c5cd32b10f1e5b0ef951749216
authorStas Boukarev <stassats@gmail.com>
Sun, 12 Feb 2017 23:12:13 +0000 (13 02:12 +0300)
committerStas Boukarev <stassats@gmail.com>
Sun, 12 Feb 2017 23:13:38 +0000 (13 02:13 +0300)
tree912706080426b5fdb51350e6eadd020ce083ad10
parent3b5e97862b88d0a626af218c0257c7f8be11fc2c
Properly interrupt console IO on win32.

Console IO does its own thing, don't call CancelIoEx on the console
handle.
NEWS
src/runtime/win32-os.c