]> git.99rst.org Git - git.git/commit
git-compat-util: include declaration for unix sockets in windows
authorCarlo Marcelo Arenas Belón <redacted>
Tue, 14 Sep 2021 07:26:00 +0000 (00:26 -0700)
committerJunio C Hamano <redacted>
Tue, 14 Sep 2021 16:30:54 +0000 (09:30 -0700)
commitbb390b1f49406d967e8bf3401337cf1d9535f820
tree4afcb4c76182ae1d52bfaefc905cdd41c73cce7f
parent245670cd46c4713818b5fbca2c084ce2e19f4ed8
git-compat-util: include declaration for unix sockets in windows

Available since Windows 10 release 1803 and Windows Server 2019.

NO_UNIX_SOCKETS is still the default for Windows builds, as they need
to keep backward compatibility with releases up to Windows 7, but allow
including the header otherwise.

Signed-off-by: Carlo Marcelo Arenas Belón <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-compat-util.h
git clone https://git.99rst.org/PROJECT