summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2009-11-22 13:36:11 +0100
committerAurelien Jarno <aurelien@aurel32.net>2009-11-22 14:19:02 +0100
commitc0d674b56e8834d4eb6504534d5fe453aa568d58 (patch)
tree6dcb271e24ec8e0bc2a112e286eafa6b29fc88be /vl.c
parent2a6e32dd46967124f12c29eece7aa7fc3f0ee063 (diff)
downloadqemu-c0d674b56e8834d4eb6504534d5fe453aa568d58.tar.gz
[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>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vl.c b/vl.c
index c3f3c8f195..ee43808ef0 100644
--- a/vl.c
+++ b/vl.c
@@ -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;