mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tail: adapt import to change in window-sys
This commit is contained in:
parent
3eb1cece30
commit
89dff8df63
1 changed files with 2 additions and 1 deletions
|
@ -3,10 +3,11 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
use windows_sys::Win32::Foundation::{BOOL, CloseHandle, HANDLE, WAIT_FAILED, WAIT_OBJECT_0};
|
||||
use windows_sys::Win32::Foundation::{CloseHandle, HANDLE, WAIT_FAILED, WAIT_OBJECT_0};
|
||||
use windows_sys::Win32::System::Threading::{
|
||||
OpenProcess, PROCESS_SYNCHRONIZE, WaitForSingleObject,
|
||||
};
|
||||
use windows_sys::core::BOOL;
|
||||
|
||||
pub type Pid = u32;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue