Upgrade to latest winapi
Signed-off-by: Peter Atashian <retep998@gmail.com>
This commit is contained in:
parent
df5fe355df
commit
33cd252f99
5 changed files with 71 additions and 54 deletions
|
|
@ -32,6 +32,12 @@ extern crate libc;
|
|||
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate winapi;
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate "kernel32-sys" as kernel32;
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate "gdi32-sys" as gdi32;
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate "user32-sys" as user32;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate cocoa;
|
||||
#[cfg(target_os = "macos")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue