summaryrefslogtreecommitdiffstats
path: root/common/os/winerrno.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Winsock errno code overlapPierre Ossman2015-05-291-13/+1
| | | | | Some Winsock errno:s conflict with the standard ones. Try to restrict the redefines to things relevant for sockets.
* Use a common header file for Windows errno names.Peter Åstrand (astrand)2015-02-051-0/+101
In earlier Visual Studio and MinGW editions, BSD socket errno:s were left undefined. This is no longer the case. This may cause build or runtime errors. To avoid this, we are using a common header file which corrects all definitions. This header will also be used with other projects such as sercd, unfs3, PulseAudio etc.