It turns out that 1.1 is enough, and the HP TestDrive machine(*) fail if you pass SOCKETS_2_0.
(*) Interesting that they give only a Win64 cross-compiler on a Win32 machine, so that you have to cross-compile on Linux and move the executable there... I'll commit this together with the others. Paolo
2008-09-23 Paolo Bonzini <[EMAIL PROTECTED]> * tests/test-poll.c: Downgrade minimum needed Winsock version. --- ChangeLog | 4 ++++ tests/test-poll.c | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/tests/test-poll.c b/tests/test-poll.c index 5e8d706..0f6bbb0 100644 --- a/tests/test-poll.c +++ b/tests/test-poll.c @@ -363,7 +363,7 @@ main () { int result; - gl_sockets_startup (SOCKETS_2_0); + gl_sockets_startup (SOCKETS_1_1); #ifdef INTERACTIVE printf ("Please press Enter\n"); -- 1.5.6.5