SDL_net using errno on win32

Hi,

I am getting some issues with SDL_net on windows.
I’ve been looking at the source code and noticed it uses errno to get
the failure status for the send and recv calls.
However, windows doesn’t seem to use/set this variable :
http://msdn2.microsoft.com/en-us/library/ms737828(VS.85).aspx

I was wondering if anyone else has seen this issue?

regards,
Gavin