From 82aada234e93dfb730f35921e4baca7375f00dd4 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Fri, 12 Nov 2010 08:05:57 +0100 Subject: [PATCH] add some info --- xchat-wdk.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 31464e92..4e7ac12b 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -602,7 +602,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/text.c xchat-wdk/src/com diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/util.c xchat-wdk/src/common/util.c --- xchat-wdk.orig/src/common/util.c 2008-02-07 02:50:37 +0100 -+++ xchat-wdk/src/common/util.c 2010-11-12 07:12:28 +0100 ++++ xchat-wdk/src/common/util.c 2010-11-12 08:05:40 +0100 @@ -16,11 +16,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ @@ -654,7 +654,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/util.c xchat-wdk/src/com } +#ifdef WIN32 -+/* waitline2 using win32 file descriptor and glib instead of _read */ ++/* waitline2 using win32 file descriptor and glib instead of _read. win32 can't _read() sok! */ +int +waitline2 (GIOChannel *source, char *buf, int bufsize) +{