mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
5be2a01ce6
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> |
||
---|---|---|
.. | ||
tests | ||
imm.c | ||
imm32.spec | ||
Makefile.in | ||
version.rc |