зеркало из https://github.com/github/putty.git
Reinstate use of ToUnicodeEx().
This was accidentally disabled by 73039b783
, causing a regression in
ability to type characters outside of the current Windows code page.
This commit is contained in:
Родитель
d6d10932ac
Коммит
5a576e0c89
|
@ -3956,6 +3956,7 @@ static void init_winfuncs(void)
|
|||
HMODULE user32_module = load_system32_dll("user32.dll");
|
||||
HMODULE winmm_module = load_system32_dll("winmm.dll");
|
||||
GET_WINDOWS_FUNCTION(user32_module, FlashWindowEx);
|
||||
GET_WINDOWS_FUNCTION(user32_module, ToUnicodeEx);
|
||||
GET_WINDOWS_FUNCTION_PP(winmm_module, PlaySound);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче