wrap call in unsafe, unconditionally depend on winapi

This commit is contained in:
Mark McCaskey
2019-05-21 10:41:40 -07:00
parent 736bddfe17
commit 2a30fc3f1b
4 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#[macro_use]
extern crate log;
#[cfg(target = windows)]
#[cfg(target = "windows")]
extern crate winapi;
#[macro_use]