user32-sys 0.1.2

FFI bindings to user32.
Documentation
1
2
3
4
5
6
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
extern crate build;
fn main() {
    build::link("user32", false)
}