rust/library/std/src/sys/windows/stack_overflow_uwp.rs
2020-07-27 19:51:13 -05:00

13 lines
181 B
Rust

#![cfg_attr(test, allow(dead_code))]
pub struct Handler;
impl Handler {
pub fn new() -> Handler {
Handler
}
}
pub unsafe fn init() {}
pub unsafe fn cleanup() {}