https://bugs.winehq.org/show_bug.cgi?id=38353
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- Based on the stacktrace it looks like the lpKeyState argument of ToUnicodeEx() should be optional and accept a NULL pointer. It will probably fallback to the current keystate then. Will do some testing.