1
Fork 0

fixup windows std_misc

This commit is contained in:
Manish Goregaokar 2015-04-10 02:09:19 +05:30
parent 53a609b1df
commit ea731797b8
2 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,7 @@
// pretty-expanded FIXME #23616
#![feature(libc)]
#![feature(libc, std_misc)]
extern crate libc;

View file

@ -10,6 +10,8 @@
// pretty-expanded FIXME #23616
#![feature(std_misc)]
pub type HANDLE = u32;
pub type DWORD = u32;
pub type SIZE_T = u32;