https://bugs.winehq.org/show_bug.cgi?id=41705
--- Comment #4 from Stefan Leichter Stefan.Leichter@camLine.com --- (In reply to Alistair Leslie-Hughes from comment #3)
Does adding the following to the Makefile.in help? (ensure you build from the wine directory so the Makefile is rebuilt) EXTRADEFS = -DUSE_WS_PREFIX
The EXTRADEFS do not help for me
make[1]: Entering directory '/sle3/src/wine/wine-cdevtools/dlls/dpnet' gcc -c -o address.o ../../../wine-git/dlls/dpnet/address.c -I. -I../../../wine-git/dlls/dpnet \ -I../../include -I../../../wine-git/include -D__WINESRC__ -DUSE_WS_PREFIX -D_REENTRANT -fPIC -Wall \ -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \ -Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith -gdwarf-2 -g -DPANDORA -DHAVE_GLES -O3 -pipe -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -ffast-math -fsingle-precision-constant -fsigned-char -marm In file included from ../../../wine-git/include/winsock2.h:47, from ../../../wine-git/dlls/dpnet/dpnet_private.h:29, from ../../../wine-git/dlls/dpnet/address.c:37: ../../../wine-git/include/winsock.h:408: error: conflicting types for 'SOCKADDR' ../../../wine-git/include/dpaddr.h:30: error: previous declaration of 'SOCKADDR' was here Makefile:178: recipe for target 'address.o' failed make[1]: *** [address.o] Error 1