From: Hervé Poussineau Date: Sun, 22 Nov 2009 12:36:11 +0000 (+0100) Subject: [WIN32] Enable -k option on Windows too X-Git-Tag: v0.12.0-rc0~252 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c0d674b56e8834d4eb6504534d5fe453aa568d58;p=users%2Fdwmw2%2Fqemu.git [WIN32] Enable -k option on Windows too There is no reason to have it disabled on this platform. Signed-off-by: Hervé Poussineau Signed-off-by: Aurelien Jarno --- 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;