mirror of https://github.com/xemu-project/xemu.git
Remove WIN32 guard around -k
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7006 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1b530a6dfc
commit
c20d7afb36
|
@ -228,10 +228,8 @@ a suffix of ``M'' or ``G'' can be used to signify a value in megabytes or
|
||||||
gigabytes respectively.
|
gigabytes respectively.
|
||||||
ETEXI
|
ETEXI
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
DEF("k", HAS_ARG, QEMU_OPTION_k,
|
DEF("k", HAS_ARG, QEMU_OPTION_k,
|
||||||
"-k language use keyboard layout (for example 'fr' for French)\n")
|
"-k language use keyboard layout (for example 'fr' for French)\n")
|
||||||
#endif
|
|
||||||
STEXI
|
STEXI
|
||||||
@item -k @var{language}
|
@item -k @var{language}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue