Camm Maguire writes:
Greetings! Could you please try the following? Please remember the
winsock2.h include in the original patch.
Yes
int
mingwlisten(FILE *fp) {
int c = 0;
ioctlsocket((fp)->_fileno, FIONREAD, &c);
if (c<=0)
return 1;
return 0;
}
Now compiler complains about _fileno:
structure has no member named `_fileno'
--
Vadim V. Zhytnikov
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel