winetest: Trace the keyboard layout.
It is important for the input tests so add it to the global locale information.
This commit is contained in:
parent
32bc569520
commit
dfcc45cc17
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ static void print_language(void)
|
|||
xprintf (" UserDefaultUILanguage=%04x\n", pGetUserDefaultUILanguage());
|
||||
if (pGetThreadUILanguage)
|
||||
xprintf (" ThreadUILanguage=%04x\n", pGetThreadUILanguage());
|
||||
xprintf (" KeyboardLayout=%p\n", GetKeyboardLayout(0));
|
||||
xprintf (" Country=%d\n", GetUserGeoID(GEOCLASS_NATION));
|
||||
xprintf (" ACP=%d\n", GetACP());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue