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

winetest: Also trace the country and ANSI code page.

Tracing the ANSI code page is useful to identify tests run in Windows' UTF-8 mode. Signed-off-by: 's avatarFrancois Gouget <fgouget@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent b2e4ce14
......@@ -477,6 +477,8 @@ static void print_language(void)
xprintf (" UserDefaultUILanguage=%04x\n", pGetUserDefaultUILanguage());
if (pGetThreadUILanguage)
xprintf (" ThreadUILanguage=%04x\n", pGetThreadUILanguage());
xprintf (" Country=%d\n", GetUserGeoID(GEOCLASS_NATION));
xprintf (" ACP=%d\n", GetACP());
}
static inline BOOL is_dot_dir(const char* x)
......
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