libmicrohttpd

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

commit 1b51979b0ba7c01e445db18cc613327849374392
parent f8b49a07307a53fbd6c14af27868a0f739e25e63
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue,  7 Jul 2015 18:32:59 +0000

Additional correction of usage of _WIN32/CYGWIN/MHD_WINSOCK_SOCKETS macros

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

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -24,7 +24,7 @@ * @author Daniel Pittman * @author Christian Grothoff */ -#if defined(_WIN32) && !defined(__CYGWIN__) +#if defined(MHD_WINSOCK_SOCKETS) /* override small default value */ #define FD_SETSIZE 1024 #define MHD_DEFAULT_FD_SETSIZE 64