https://bugs.winehq.org/show_bug.cgi?id=48201
Bug ID: 48201 Summary: unimplemented function KERNEL32.dll.SetCurrentConsoleFontEx Product: Wine Version: 4.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: davidmanuel1993@hotmail.com Distribution: ---
When running a console program, wine crashes with:
unimplemented function KERNEL32.dll.SetCurrentConsoleFontEx
To reproduce you can compile the following program and try to run it with Wine. I compiled it with MinGW.
PS: This is a follow up of https://bugs.winehq.org/show_bug.cgi?id=47620