//! Windows platform backend for native devtools.
//!
//! This module provides Windows implementations of system automation APIs
//! that match the interface of the macOS backend.
pub use *;
pub use ;
pub use *;
pub use *;
/// Initialize Windows-specific settings. Call this early in main().
/// Sets process DPI awareness to Per-Monitor V2 for correct coordinate handling.