Hello everyone,

2012/7/11 Guenter <li...@gknw.net>:
> ok, I didnt look carefully anough - the Winsock initialisation is already
> there in sockfilt.c; so remains this one which needs to be fixed:
> #ifdef USE_WINSOCK
>   /*
>   ** WinSock select() does not support standard file descriptors,
>   ** it can only check SOCKETs. Since this program in its current
>   ** state will not work on WinSock based systems, next line is
>   ** commented out to allow warning-free compilation awaiting the
>   ** day it will be fixed to also run on WinSock systems.
>   */
> #else
>   FD_SET(fileno(stdin), &fds_read);
> #endif

I just pushed changes within socklift.c to the repository in order to
attempt a fix for this issue. Since I am still not able to test this
myself, I am really interested in the test results and your feedback.

Thanks in advance and merry Christmas everyone!

Best regards,
Marc
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to