https://bugs.winehq.org/show_bug.cgi?id=46942
--- Comment #8 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to andy from comment #7)
Are you sure that msvcrt does matter with this bug?
Only reference to it is in compilation error relative to 'test' code.
Bugged commit is relative to kernel32.
Also bug is present using native msvcrt.dll instead of builtin.
Yes, I'm sure.
The issue is where msvcrt called into kernel32 which always looked up the MUI values even though they were never used. This has been corrected in multiple places but there is always a chance one was missed.