| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
While Winsock provides many Posix compatibility functions, they do not set
errno, but use WSAGetLastError() for error reporting. The wrapped functions
derive an errno from WSAGetLastError() on failure.
|
|
|
|
|
| |
MinGW headers do not define these values, but Windows system headers do.
Windows defines them for POSIX compatibility, we do the same locally.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
As the error string contains a newline, we have to remove that before
returning the string.
|
| |
|
| |
|
| |
|
| |
|
|
|