ole32-sys 0.0.1

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