skydevgit / crisscross

Automatically exported from code.google.com/p/crisscross
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

WSAGetLastError #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This obviously doesn't compile on BSD/Linux systems as WSA is part of WinSock.

The fix is to use the UNIX errno global variable as noted here in the
Winsock Programmers' FAQ:
http://tangentsoft.net/wskfaq/articles/bsd-compatibility.html

Original issue reported on code.google.com by omo...@gmail.com on 21 Sep 2006 at 1:46

GoogleCodeExporter commented 9 years ago

Original comment by steven.n...@gmail.com on 20 May 2007 at 9:47