fix appveyor

This commit is contained in:
Srimanta Barua 2017-10-04 10:26:08 +05:30 committed by radare
parent 95b3a74052
commit 7c6a992df6

View File

@ -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;