macro_rules! cfg_windows {
    ($($item:item)*) => { ... };
}
Expand description

#[cfg(windows)]