diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-11-12 08:05:57 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-11-12 08:05:57 +0100 |
commit | 82aada234e93dfb730f35921e4baca7375f00dd4 (patch) | |
tree | 7896127c4c877f3711b2f439f0b63d5bcc68c84a | |
parent | 36c0d84c943aa2e0b7d8be54e8b7d3c6fdbd73ad (diff) |
add some info
-rw-r--r-- | xchat-wdk.patch | 4 |
1 files 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) +{ |