On Wed, Aug 20, 2008 at 12:23 PM, Scott Lindeneau slindeneau@gmail.com wrote:
I would like to submit the following AcceptEx conformance test to wine-patches, but I don't have a windows box (and i haven't got qemu setup(correctly) yet). Would someone run this and let me know how/if it failes (or succeeds... it should succeed).
Thanks
- Scott
Does it depend on another patch:
austin@SERVER1:~/wine-git/dlls/ws2_32/tests$ make crosstest i586-mingw32msvc-gcc protocol.cross.o sock.cross.o testlist.cross.o -o ws2_32_crosstest.exe -L../../../dlls -L../../../dlls/ws2_32 -L../../../dlls/kernel32 -lws2_32 -lkernel32 sock.cross.o: In function `overlapped_server':/home/austin/wine-git/dlls/ws2_32/tests/sock.c:633: undefined reference to `_AcceptEx@32' :/home/austin/wine-git/dlls/ws2_32/tests/sock.c:677: undefined reference to `_GetAcceptExSockaddrs@32' collect2: ld returned 1 exit status make: *** [ws2_32_crosstest.exe] Error 1