ripgrep: use winapi-util for stdin_is_readable

This commit is contained in:
Andrew Gallant
2018-08-25 00:25:45 -04:00
parent 16353bad6e
commit 05a0389555
4 changed files with 8 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ extern crate same_file;
extern crate serde_json;
extern crate termcolor;
#[cfg(windows)]
extern crate winapi;
extern crate winapi_util;
use std::io;
use std::process;