1 2 3 4 5 6
fn main() { #[cfg(target_os = "windows")] windows::build! { Windows::Win32::System::Threading::GetCurrentThreadId }; }