Fixes Escape of Monkey Islands crashing on start with two monitors (it enumerates too many devices and accesses something out of bound, while better caps let it filter out unneeded devices).
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2008
To avoid a crash on DLL unload if it wasn't initialized.
Found while running the kernel32:loader tests with warn+heap (somehow?). The dwrite DLL is unloaded before the list has been initialized and it crashes, failing some tests.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2005