ole32-sys 0.1.0

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