Update to winapi 0.3.5 (#563)

This commit is contained in:
Peter Atashian 2018-06-12 11:58:18 -04:00 committed by Francesca Frangipane
parent be5a2b0e87
commit 233ac4aed2
3 changed files with 18 additions and 54 deletions

View file

@ -87,7 +87,6 @@ extern crate libc;
extern crate image;
#[cfg(target_os = "windows")]
#[macro_use]
extern crate winapi;
#[cfg(any(target_os = "macos", target_os = "ios"))]
#[macro_use]