mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +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
|
@ -2266,6 +2266,7 @@ HANDLE WINAPI GetProcessHeap(VOID);
|
|||
DWORD WINAPI GetProcessHeaps(DWORD,PHANDLE);
|
||||
#if (_WIN32_WINNT >= 0x0502)
|
||||
DWORD WINAPI GetProcessId(HANDLE);
|
||||
DWORD WINAPI GetProcessIdOfThread(HANDLE);
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
BOOL WINAPI GetProcessIoCounters(_In_ HANDLE, _Out_ PIO_COUNTERS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue