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

@ -39,6 +39,7 @@ core-graphics = "0"
[target.i686-pc-windows-gnu.dependencies]
winapi = "~0.1.18"
shell32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "~0.1.1"
kernel32-sys = "0.1"
@ -46,6 +47,7 @@ dwmapi-sys = "0.1"
[target.x86_64-pc-windows-gnu.dependencies]
winapi = "~0.1.18"
shell32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "~0.1.1"
kernel32-sys = "0.1"
@ -53,6 +55,7 @@ dwmapi-sys = "0.1"
[target.x86_64-pc-windows-msvc.dependencies]
winapi = "~0.1.18"
shell32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "~0.1.1"
kernel32-sys = "0.1"