DroppedFile event for Win32
This commit is contained in:
parent
1aedc828c5
commit
826931e2c2
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