https://bugs.winehq.org/show_bug.cgi?id=49106
Bug ID: 49106 Summary: error: redefinition of typedef ‘UCHAR’ (plus PUCHAR’, ‘USHORT’, PUSHORT’, ‘ULONG’, and PULONG’) Product: Wine Version: 5.7 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: version2013@protonmail.com Distribution: ---
in distro:
# uname --kernel-release 3.0.66
# gcc --version 4.3.4
# ldd --version 2.10.1
Compiling wine-5.7 fails with: error: redefinition of typedef ‘UCHAR’ error: redefinition of typedef ‘PUCHAR’ error: redefinition of typedef ‘USHORT’ error: redefinition of typedef ‘PUSHORT’ error: redefinition of typedef ‘ULONG’ error: redefinition of typedef ‘PULONG’
I imagine other bug [1] is still present, but this new bug stops compilation first.
[1] https://bugs.winehq.org/show_bug.cgi?id=47907