commit | 11167e1f08b15381d5e7834baf7f0a6811af1985 | [log] [tgz] |
---|---|---|
author | Peter Åstrand (astrand) <astrand@cendio.se> | Thu Feb 05 11:10:32 2015 +0100 |
committer | Peter Åstrand (astrand) <astrand@cendio.se> | Thu Feb 05 11:10:32 2015 +0100 |
tree | f4b6dacb771995a173b146b04f2b5e30451296bd | |
parent | fcfd0f21b7842725669c98d5a4e0a4e27c062a68 [diff] |
Use a common header file for Windows errno names. 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.