mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-06 02:46:57 +00:00
Windows build fix, spotted by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3127 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c40ec5a966
commit
c396a7f0f0
2
vl.c
2
vl.c
@ -1227,7 +1227,7 @@ static int win32_start_timer(struct qemu_alarm_timer *t)
|
|||||||
data->host_alarm = CreateEvent(NULL, FALSE, FALSE, NULL);
|
data->host_alarm = CreateEvent(NULL, FALSE, FALSE, NULL);
|
||||||
if (!data->host_alarm) {
|
if (!data->host_alarm) {
|
||||||
perror("Failed CreateEvent");
|
perror("Failed CreateEvent");
|
||||||
return -1
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
memset(&tc, 0, sizeof(tc));
|
memset(&tc, 0, sizeof(tc));
|
||||||
|
Loading…
Reference in New Issue
Block a user