https://bugs.winehq.org/show_bug.cgi?id=38747
Bug ID: 38747 Summary: msvcrt.dll does not implement _getwch, _getwche, and _ungetwch Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: joseph.bisch@gmail.com Distribution: ---
Created attachment 51660 --> https://bugs.winehq.org/attachment.cgi?id=51660 debugging output from wine
It appears that msvcrt.dll does not implement _getwch, _getwche, and _ungetwch.
I ran into an issue where those were needed when building/installing twisted using "python3.exe setup.py install" on my Linux machine. The python3.exe was built on a Linux machine using Mingw, so I am not sure if this affects the official Python 3 binaries.
While I am using wine 1.6.2 as provided by Debian, it is clear that this issue still affects git master by looking at the appropriate file (https://github.com/wine-mirror/wine/blob/master/dlls/msvcrt/msvcrt.spec).
See the attachment for the relevant debugging output from wine.