Fix Win32 warning

This commit is contained in:
Blue Swirl 2009-04-25 12:56:37 +00:00
parent 6fcfeff9fa
commit ef28c4b009
1 changed files with 1 additions and 1 deletions

2
vl.c
View File

@ -934,7 +934,7 @@ static struct qemu_alarm_timer *alarm_timer;
struct qemu_alarm_win32 {
MMRESULT timerId;
unsigned int period;
} alarm_win32_data = {0, NULL, -1};
} alarm_win32_data = {0, -1};
static int win32_start_timer(struct qemu_alarm_timer *t);
static void win32_stop_timer(struct qemu_alarm_timer *t);