commit | 820c0ceb2ed92080e8d76d50b78ba01bd264baef | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Nov 19 14:16:00 2014 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Nov 19 14:16:00 2014 +0100 |
tree | e505f7f6cd8f43cf4e6e5f8b11d545cae36e2d5f | |
parent | 52927779375f55b271b5524fb60f0b007d721b50 [diff] |
Assume inet_pton() is missing on Windows It's much more difficult to test for this on Windows since the headers have version guards. Just play it safe and assume it is missing. We can remove this check when we raise the base requirements to Vista (or newer).