debug log error in windows clock, conditionally pull in winapi

This commit is contained in:
Mark McCaskey
2019-05-21 10:35:51 -07:00
parent 08b4b639f4
commit 736bddfe17
2 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,8 @@
#[macro_use]
extern crate log;
#[cfg(target = windows)]
extern crate winapi;
#[macro_use]
mod macros;