mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:33:12 +00:00
[User32|IMM32] Fix a recursion crash in IMM. See CORE-14041.
Required a sync port from wine. This is a hack fix with Win32SS until proper IMM support is added to Win32SS.
This commit is contained in:
parent
9b349f958c
commit
c45a6e15bf
9 changed files with 469 additions and 287 deletions
|
@ -134,5 +134,6 @@ VOID DeleteFrameBrushes(VOID);
|
|||
BOOL WINAPI GdiValidateHandle(HGDIOBJ);
|
||||
HANDLE FASTCALL UserGetProp(HWND hWnd, ATOM Atom, BOOLEAN SystemProp);
|
||||
BOOL WINAPI InitializeImmEntryTable(VOID);
|
||||
BOOL WINAPI UpdatePerUserImmEnabling(VOID);
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue