Fix wrong stub value in Windows Ctrl+C

This commit is contained in:
Roey Darwish Dror
2019-01-04 11:01:24 +02:00
parent 1b2308aaef
commit 71d31fcdc5

View File

@@ -1,7 +1,7 @@
//! A stub for Ctrl + C handling.
pub fn interrupted() -> bool {
true
false
}
pub fn unset_interrupted() {}