mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[KERNEL32]
return the thread ansicodepage when no ansicodepage exists for a specific lcid in CP_THREAD_ACP case svn path=/trunk/; revision=68300
This commit is contained in:
parent
9ea5cf5ae9
commit
f399e4f3e4
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ IntGetCodePageEntry(UINT CodePage)
|
|||
/* Last error is set by GetLocaleInfoW. */
|
||||
return NULL;
|
||||
}
|
||||
if (CodePage == 0)
|
||||
return &AnsiCodePage;
|
||||
}
|
||||
else if (CodePage == CP_MACCP)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue