Files
rust/src/libstd/sys/windows
Alex Crichton 5ca8a735ca std: Don't cache stdio handles on Windows
This alters the stdio code on Windows to always call `GetStdHandle` whenever the
stdio read/write functions are called as this allows us to track changes to the
value over time (such as if a process calls `SetStdHandle` while it's running).

Closes #40490
2017-03-23 07:22:48 -07:00
..
2017-02-15 17:31:51 -05:00
2016-08-24 22:12:48 +00:00
2017-01-27 11:33:24 +02:00
2016-08-24 22:12:48 +00:00
2015-08-11 15:11:13 -07:00
2016-01-26 09:29:28 -08:00
2016-08-24 22:12:48 +00:00