Fix warnings for win32 (#283)

This commit is contained in:
tomaka 2017-09-13 11:15:16 +02:00 committed by GitHub
parent c82fcd203f
commit ae7802c8c2
3 changed files with 0 additions and 4 deletions

View file

@ -92,8 +92,6 @@ extern crate kernel32;
#[cfg(target_os = "windows")]
extern crate shell32;
#[cfg(target_os = "windows")]
extern crate gdi32;
#[cfg(target_os = "windows")]
extern crate user32;
#[cfg(target_os = "windows")]
extern crate dwmapi;