Skip to content

Commit

Permalink
Don't capitalize library names
Browse files Browse the repository at this point in the history
Not compatible with MinGW
  • Loading branch information
alexcrichton committed Aug 22, 2017
1 parent 7ac9571 commit faec391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/winapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit faec391

Please sign in to comment.