Commit dfcc45cc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winetest: Trace the keyboard layout.

It is important for the input tests so add it to the global locale information.
parent 32bc5695
......@@ -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());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment