]> git.lizzy.rs Git - rust.git/commit
std: win: Disable stack overflow handling on UWP
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 27 May 2019 15:16:20 +0000 (17:16 +0200)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Thu, 25 Jul 2019 19:30:08 +0000 (21:30 +0200)
commite88a4cee52ba62aef0632d6d61d12584be30f84f
tree3587a63f6e4bb4a1e68bafabceb4e6e06d51ddd8
parent668f0d3495101d547602249785dc175fc11e5fe7
std: win: Disable stack overflow handling on UWP

The required functions are not available, so hope for the best
src/libstd/sys/windows/c.rs
src/libstd/sys/windows/mod.rs
src/libstd/sys/windows/stack_overflow_uwp.rs [new file with mode: 0644]