Merge pull request #511 from thelink2012/drop-win32

[0.3] DroppedFile event for Win32
This commit is contained in:
tomaka 2015-07-09 11:06:38 +02:00
commit bb96e8a58a
5 changed files with 35 additions and 2 deletions

View file

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