mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Do not take into account LC_CTYPE and LC_MESSAGES while detecting a
user locale.
This commit is contained in:
parent
af83e4cf91
commit
fccd869b3e
@ -471,9 +471,7 @@ static LCID init_default_lcid( UINT *unix_cp )
|
||||
LCID ret = 0;
|
||||
|
||||
if ((lang = getenv( "LC_ALL" )) ||
|
||||
(lang = getenv( "LC_CTYPE" )) ||
|
||||
(lang = getenv( "LANGUAGE" )) ||
|
||||
(lang = getenv( "LC_MESSAGES" )) ||
|
||||
(lang = getenv( "LANG" )))
|
||||
{
|
||||
if (!strcmp(lang,"POSIX") || !strcmp(lang,"C")) goto done;
|
||||
|
Loading…
Reference in New Issue
Block a user