user32-sys 0.1.0

FFI bindings to user32.
Documentation
1
2
3
4
5
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
fn main() {
    println!("cargo:rustc-link-lib=dylib=user32");
}