libXmu: Branch 'master'

Alan Hourihane alanh at kemper.freedesktop.org
Sat Apr 26 00:52:04 PDT 2008


 src/GetHost.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa6e9793fbb8621ce1f1ed580298621e29638619
Author: Colin Harrison <colin.harrison-at-virgin.net>
Date:   Sat Apr 26 08:51:54 2008 +0100

    Switch to winsock2

diff --git a/src/GetHost.c b/src/GetHost.c
index 91673b8..ca7bed5 100644
--- a/src/GetHost.c
+++ b/src/GetHost.c
@@ -61,7 +61,7 @@ XmuGetHostname(char *buf, int maxlen)
 #ifdef WIN32
     static WSADATA wsadata;
 
-    if (!wsadata.wVersion && WSAStartup(MAKEWORD(1,1), &wsadata))
+    if (!wsadata.wVersion && WSAStartup(MAKEWORD(2,2), &wsadata))
 	return -1;
 #endif
 


More information about the xorg-commit mailing list