Skip to content

Commit faec391

Browse files
committed
Don't capitalize library names
Not compatible with MinGW
1 parent 7ac9571 commit faec391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/winapi.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ pub trait Interface {
6767
fn uuidof() -> GUID;
6868
}
6969

70-
#[link(name = "Ole32")]
71-
#[link(name = "OleAut32")]
70+
#[link(name = "ole32")]
71+
#[link(name = "oleaut32")]
7272
extern { }
7373

7474
extern "system" {

0 commit comments

Comments
 (0)