1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/dlls/imm32
Fabian Maurer 5be2a01ce6 imm32: Prevent deadlock on unload.
ole32 is delay loaded, which can cause race conditions against
krnl386.exe when unloading.
This is because imm32 tries to get the loader lock while holding the win16 mutex,
and kernel386 does the opposite.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52511
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
2022-11-23 11:03:55 +01:00
..
tests imm32/tests: Don't expect IME window if the parent is message-only window descendant. 2022-10-12 21:43:05 +02:00
imm.c imm32: Prevent deadlock on unload. 2022-11-23 11:03:55 +01:00
imm32.spec win32u: Move default IME window management from imm32. 2022-07-12 22:51:29 +02:00
Makefile.in imm32: Use win32u to manage input context handles. 2022-07-11 18:56:17 +02:00
version.rc