On Samstag, 16. Januar 2010, Erik Faye-Lund wrote:
...but __WSAFDIsSet() seems to be every bit as official on Windows as
FD_ISSET() (documented in msdn, without any notes not to use it), so I
still don't really see the point.
I didn't know nor check whether it is documented, but assumed from the '__'
that it must be internal. Being documented makes a big difference. I'm fine
with either solution.
-- Hannes