[WIN32] Enable -k option on Windows too

There is no reason to have it disabled on this platform.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Hervé Poussineau 2009-11-22 13:36:11 +01:00 committed by Aurelien Jarno
parent 2a6e32dd46
commit c0d674b56e
1 changed files with 0 additions and 2 deletions

2
vl.c
View File

@ -5042,11 +5042,9 @@ int main(int argc, char **argv, char **envp)
case QEMU_OPTION_S:
autostart = 0;
break;
#ifndef _WIN32
case QEMU_OPTION_k:
keyboard_layout = optarg;
break;
#endif
case QEMU_OPTION_localtime:
rtc_utc = 0;
break;