std: import HANDLE for os::list_dir for windows
This commit is contained in:
parent
e7f0882214
commit
7a5ee374e2
@ -732,6 +732,7 @@ pub fn list_dir(p: &Path) -> ~[~str] {
|
||||
FindNextFileW,
|
||||
FindClose,
|
||||
};
|
||||
use libc::types::os::arch::extra::HANDLE;
|
||||
use os::win32::{
|
||||
as_utf16_p
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user