mv std libs to library/
This commit is contained in:
13
library/std/src/sys/windows/stack_overflow_uwp.rs
Normal file
13
library/std/src/sys/windows/stack_overflow_uwp.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
#![cfg_attr(test, allow(dead_code))]
|
||||
|
||||
pub struct Handler;
|
||||
|
||||
impl Handler {
|
||||
pub fn new() -> Handler {
|
||||
Handler
|
||||
}
|
||||
}
|
||||
|
||||
pub unsafe fn init() {}
|
||||
|
||||
pub unsafe fn cleanup() {}
|
||||
Reference in New Issue
Block a user