1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

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:
Francois Gouget 2023-02-15 03:59:42 +01:00 committed by Alexandre Julliard
parent 32bc569520
commit dfcc45cc17

View file

@ -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());
}