Update for winapi
This commit is contained in:
parent
9ce644618b
commit
556e1b4caf
2 changed files with 8 additions and 8 deletions
|
|
@ -34,9 +34,9 @@ extern crate winapi;
|
|||
#[cfg(target_os = "windows")]
|
||||
extern crate kernel32;
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate gdi32_sys as gdi32;
|
||||
extern crate gdi32;
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate user32_sys as user32;
|
||||
extern crate user32;
|
||||
#[cfg(target_os = "macos")]
|
||||
#[macro_use]
|
||||
extern crate objc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue