diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2009-11-22 13:36:11 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-11-22 14:19:02 +0100 |
commit | c0d674b56e8834d4eb6504534d5fe453aa568d58 (patch) | |
tree | 6dcb271e24ec8e0bc2a112e286eafa6b29fc88be /vl.c | |
parent | 2a6e32dd46967124f12c29eece7aa7fc3f0ee063 (diff) | |
download | qemu-c0d674b56e8834d4eb6504534d5fe453aa568d58.tar.gz qemu-c0d674b56e8834d4eb6504534d5fe453aa568d58.tar.bz2 qemu-c0d674b56e8834d4eb6504534d5fe453aa568d58.zip |
[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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |