mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-26 00:55:59 +00:00
fix appveyor
This commit is contained in:
parent
95b3a74052
commit
7c6a992df6
@ -862,9 +862,7 @@ static bool _isbreaked = false;
|
||||
static HANDLE h;
|
||||
static BOOL __w32_signal(DWORD type) {
|
||||
if (type == CTRL_C_EVENT) {
|
||||
if (cur_desc) {
|
||||
_isbreaked = true;
|
||||
}
|
||||
_isbreaked = true;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user