Switch to dwmapi

This commit is contained in:
Pierre Krieger 2015-05-20 18:46:10 +02:00
parent 81314f91d8
commit 9117bcf3d3
3 changed files with 9 additions and 11 deletions

View file

@ -40,6 +40,8 @@ extern crate kernel32;
extern crate gdi32;
#[cfg(target_os = "windows")]
extern crate user32;
#[cfg(target_os = "windows")]
extern crate dwmapi;
#[cfg(target_os = "macos")]
#[macro_use]
extern crate objc;