1
2
3
4
5
//! Process and threads stuff.

use super::*;

pub(crate) use winapi::um::processthreadsapi::GetCurrentProcess;