]> source.dussan.org Git - tigervnc.git/commit
Assume inet_pton() is missing on Windows
authorPierre Ossman <ossman@cendio.se>
Wed, 19 Nov 2014 13:16:00 +0000 (14:16 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 19 Nov 2014 13:16:00 +0000 (14:16 +0100)
commit820c0ceb2ed92080e8d76d50b78ba01bd264baef
treee505f7f6cd8f43cf4e6e5f8b11d545cae36e2d5f
parent52927779375f55b271b5524fb60f0b007d721b50
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).
CMakeLists.txt