https://bugs.winehq.org/show_bug.cgi?id=45678 --- Comment #2 from Michael Cronenworth <mike(a)cchtml.com> --- You fixed a few, but not all of the issues. With patch: thread.c:944:19: error: no member named 's' in 'union _CONTEXT::(anonymous at ../../include/winnt.h:1832:5)' context.u.s.X0 = (DWORD_PTR)entry; ~~~~~~~~~ ^ thread.c:945:19: error: no member named 's' in 'union _CONTEXT::(anonymous at ../../include/winnt.h:1832:5)' context.u.s.X1 = (DWORD_PTR)arg; ~~~~~~~~~ ^ 2 errors generated. make[1]: *** [Makefile:704: thread.o] Error 1 make[1]: Leaving directory '/builddir/build/BUILD/wine-3.14/dlls/ntdll' make: *** [Makefile:8104: dlls/ntdll] Error 2 Full build log: https://kojipkgs.fedoraproject.org//work/tasks/9605/29209605/build.log Build task: https://koji.fedoraproject.org/koji/taskinfo?taskID=29209584 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.