dwmapi-sys 0.1.0

FFI bindings to dwmapi.
Documentation
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
extern crate build;
fn main() {
    build::link("dwmapi", true)
}