]> granicus.if.org Git - curl/commit
curl_addrinfo.c: Allow Unix Domain Sockets to compile under Windows
authorSteve Holme <steve_holme@hotmail.com>
Wed, 7 Feb 2018 21:33:57 +0000 (21:33 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 7 Feb 2018 21:33:57 +0000 (21:33 +0000)
commit0fd6221f8c457e7bf5e5e7bb142676927a6a6709
tree71a52255b83f6090e2b4bdf510965813f0bb3c48
parenta0984eae14b2840a470800bb1bfb18bd99dc302b
curl_addrinfo.c: Allow Unix Domain Sockets to compile under Windows

Windows 10.0.17061 SDK introduces support for Unix Domain Sockets.
Added the necessary include file to curl_addrinfo.c.

Note: The SDK (which is considered beta) has to be installed, VS 2017
project file has to be re-targeted for Windows 10.0.17061 and #define
enabled in config-win32.h.
lib/config-win32.h
lib/curl_addrinfo.c