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

This commit is contained in:
Evgeny Sologubov 2013-09-19 21:23:04 +04:00
parent 0c3b6ad6b8
commit fadc6cc4b0

View File

@ -55,6 +55,7 @@ fn test_destroy_actually_kills(force: 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};