fixup windows std_misc
This commit is contained in:
parent
53a609b1df
commit
ea731797b8
2 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![feature(libc)]
|
||||
#![feature(libc, std_misc)]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![feature(std_misc)]
|
||||
|
||||
pub type HANDLE = u32;
|
||||
pub type DWORD = u32;
|
||||
pub type SIZE_T = u32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue