//! Windows-specific utilities for uv.
//!
//! This crate provides shared Windows functionality used by both the main `uv` crate
//! and `uv-trampoline`. It supports `no_std`-friendly usage via the `std` feature flag.
pub use ;
pub use install_unhandled_exception_handler;
pub use ;
pub use spawn_child;
pub use is_wine;