DroppedFile event for Win32

This commit is contained in:
Denilson M. Amorim 2015-06-23 19:05:37 -03:00
parent 1aedc828c5
commit 826931e2c2
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;