Merge pull request #511 from thelink2012/drop-win32
[0.3] DroppedFile event for Win32
This commit is contained in:
commit
bb96e8a58a
5 changed files with 35 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue