Browse Source

Don't capitalize library names

Not compatible with MinGW
cmd
Alex Crichton 7 years ago
parent
commit
faec391913
  1. 4
      src/winapi.rs

4
src/winapi.rs

@ -67,8 +67,8 @@ pub trait Interface {
fn uuidof() -> GUID;
}
#[link(name = "Ole32")]
#[link(name = "OleAut32")]
#[link(name = "ole32")]
#[link(name = "oleaut32")]
extern { }
extern "system" {

Loading…
Cancel
Save