bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sockets.h comment


From: Bruno Haible
Subject: sockets.h comment
Date: Tue, 11 Nov 2008 01:28:06 +0100
User-agent: KMail/1.5.4

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  <address@hidden>

        * 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
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]