[Pkg-voip-commits] [bctoolbox] 37/60: Fix build on Windows.

Bernhard Schmidt berni at moszumanska.debian.org
Sun Oct 15 22:42:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

berni pushed a commit to branch debian/sid
in repository bctoolbox.

commit a7e432bd5efd858eb8adbbeda8522ab5b9fe9ac7
Author: Ghislain MARY <ghislain.mary at belledonne-communications.com>
Date:   Mon May 15 15:25:37 2017 +0200

    Fix build on Windows.
---
 include/bctoolbox/port.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/bctoolbox/port.h b/include/bctoolbox/port.h
index e1c1c91..1268431 100644
--- a/include/bctoolbox/port.h
+++ b/include/bctoolbox/port.h
@@ -247,6 +247,7 @@ BCTBX_PUBLIC int __bctbx_WIN_inet_aton (const char * cp, struct in_addr * addr);
 #define BCTBX_ENETUNREACH  WSAENETUNREACH
 #define BCTBX_EHOSTUNREACH WSAEHOSTUNREACH
 #define BCTBX_ENOTCONN     WSAENOTCONN
+#define BCTBX_EPROTOTYPE	WSAEPROTOTYPE /* Protocol wrong type for socket */
 
 #if defined(_WIN32_WCE)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list