windows-core 0.56.0

Rust for Windows
Documentation
1
2
3
4
5
6
7
8
use windows_bindgen::*;

#[test]
fn bindings() -> Result<()> {
    bindgen(["--etc", "tests/bindings.txt"])?;
    bindgen(["--etc", "tests/com_bindings.txt"])?;
    Ok(())
}