mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[host] windows: use DEBUG_WINERROR for MsgWaitForMultipleObjects
This commit is contained in:
parent
87a21f5f5e
commit
5e13549f74
@ -106,7 +106,7 @@ static DWORD WINAPI threadProc(LPVOID lParam)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
DEBUG_ERROR("MsgWaitForMultipleObjects failed: 0x%lx", GetLastError());
|
DEBUG_WINERROR("MsgWaitForMultipleObjects failed", GetLastError());
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -151,7 +151,7 @@ static DWORD WINAPI threadProc(LPVOID lParam) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
DEBUG_ERROR("MsgWaitForMultipleObjects failed: 0x%lx", GetLastError());
|
DEBUG_WINERROR("MsgWaitForMultipleObjects failed", GetLastError());
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user