Add a comment.
authorBruno Haible <bruno@clisp.org>
Tue, 11 Nov 2008 23:28:23 +0000 (00:28 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 12 Nov 2008 11:06:18 +0000 (12:06 +0100)
ChangeLog
lib/sockets.h

index 6f33892..0974daf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-11  Bruno Haible  <bruno@clisp.org>
+
+       * lib/sockets.h: Add a comment.
+
 2008-11-11  Karl Berry  <karl@gnu.org>
 
        * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
index 3ab16a0..33348db 100644 (file)
@@ -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