Marcus Meissner wrote:
Are you passing any other compiler flags?
I've not configured anything beyond the defaults, it's pretty plain at this point:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -O0 -o win.o win.c
-Jesse