提交 fadc6cc4 编写于 作者: E Evgeny Sologubov

pacified test/run-pass/core-run-destroy on Win7x64

上级 0c3b6ad6
......@@ -55,6 +55,7 @@ fn process_exists(pid: libc::pid_t) -> bool {
#[cfg(windows)]
fn process_exists(pid: libc::pid_t) -> bool {
#[fixed_stack_segment];
use std::libc::types::os::arch::extra::DWORD;
use std::libc::funcs::extra::kernel32::{CloseHandle, GetExitCodeProcess, OpenProcess};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册