http://bugs.winehq.org/show_bug.cgi?id=28898
--- Comment #94 from André Fettouhi A.Fettouhi@gmail.com 2012-05-14 13:14:35 CDT --- I tried your patches as well against wine 1.5.4 and I get this error:
gcc -c -I../../../wine/dlls/ntdll -I. -I../../../wine/include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op -I/usr/include/freetype2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=0 -o sync.o ../../../wine/dlls/ntdll/sync.c ../../../wine/dlls/ntdll/sync.c: In function ‘invoke_apc’: ../../../wine/dlls/ntdll/sync.c:871:69: fejl: ‘const struct <anonymous>’ has no member named ‘chandle’ ../../../wine/dlls/ntdll/sync.c:872:44: fejl: ‘const struct <anonymous>’ has no member named ‘ckey’ make[1]: *** [sync.o] Error 1 make[1]: Leaving directory '/home/af/wine/src/wine-64-build/dlls/ntdll' make: *** [dlls/ntdll] Error 2 ==> ERROR: There was an error in build().
I'm using arch linux 64 bit btw.