[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:
James Tabor 2017-12-07 21:14:21 -06:00
parent 9b349f958c
commit c45a6e15bf
9 changed files with 469 additions and 287 deletions

View file

@ -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 */