gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Windows read patch


From: Camm Maguire
Subject: [Gcl-devel] Windows read patch
Date: Mon, 07 May 2007 15:31:41 -0400

My apologies, Vadim!  I meant this:

int
mingwlisten(FILE *fp) {

int c=0;
ioctlsocket(fileno(fp),FIONREAD,&c);
if (c<=0)
   return 1;
return 0;

}               

Thanks again as always!

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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