Hi Simon,
Naive as I was, I wanted to use the 'sockets' module, specifying the minimum
possible requirement for winsock. Bummer! This version is not supported
any more on Windows XP. I propose to put a comment about it. OK?
2008-11-10 Bruno Haible <[EMAIL PROTECTED]>
* lib/sockets.h: Add a comment.
--- lib/sockets.h.orig 2008-11-11 01:25:47.000000000 +0100
+++ lib/sockets.h 2008-11-11 01:25:45.000000000 +0100
@@ -20,9 +20,9 @@
#ifndef SOCKETS_H
# define SOCKETS_H 1
-#define SOCKETS_1_0 0x100
+#define SOCKETS_1_0 0x100 /* don't use - does not work on Windows XP */
#define SOCKETS_1_1 0x101
-#define SOCKETS_2_0 0x200
+#define SOCKETS_2_0 0x200 /* don't use - does not work on Windows XP */
#define SOCKETS_2_1 0x201
#define SOCKETS_2_2 0x202