libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit d16bffe5eae8b65ed96b5fbc1383491591b7f66b
parent 0914e73c6c22810a001fe81c1f00663f60c10fc7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 14 Sep 2016 10:55:11 +0000

mhd_sockets: fixed W32 macro for MHD_socket_pair_()

Diffstat:
Msrc/microhttpd/mhd_sockets.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h @@ -584,7 +584,7 @@ */ int MHD_W32_socket_pair_(SOCKET sockets_pair[2]); -# define MHD_socket_pair_(fdarr) MHD_W32_pair_of_sockets_((fdarr)) +# define MHD_socket_pair_(fdarr) MHD_W32_socket_pair_((fdarr)) #endif /**