shell32-sys 0.1.1

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