aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDenilson M. Amorim <dma_2012@hotmail.com>2015-06-23 19:05:37 -0300
committerDenilson M. Amorim <dma_2012@hotmail.com>2015-06-23 19:05:37 -0300
commit826931e2c2e61ec7815d25ec33618bfe4aacff0d (patch)
treed9158fe0734426e0c1c4d2072628ee7bff5bbe0b /src/lib.rs
parent1aedc828c55e94d6f301a100f958ffa1106a0a25 (diff)
downloadglutin-826931e2c2e61ec7815d25ec33618bfe4aacff0d.tar.gz
glutin-826931e2c2e61ec7815d25ec33618bfe4aacff0d.zip
DroppedFile event for Win32
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 068b9b8..928966f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;