Commit 97d5abcd authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

"Implement" GetKBCodePage and GetKBCodePage16.

parent ad72e71f
......@@ -735,7 +735,7 @@ UINT WINAPI MapVirtualKeyExW(UINT code, UINT maptype, HKL hkl)
*/
UINT WINAPI GetKBCodePage(void)
{
return GetKBCodePage16();
return GetOEMCP();
}
/****************************************************************************
......
......@@ -223,8 +223,7 @@ UINT16 WINAPI MapVirtualKey16(UINT16 wCode, UINT16 wMapType)
*/
INT16 WINAPI GetKBCodePage16(void)
{
TRACE("(void)\n");
return 850;
return GetKBCodePage();
}
/****************************************************************************
......
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