libmicrohttpd

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

commit 086d70723fcb6c76a3878d7204857555af07938f
parent 39f06e27b72254c63d3ed9741efd3b528cc09e99
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 13 Jul 2016 06:58:35 +0000

mhd_limits.h: fixed typo (wrong define)

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

diff --git a/src/microhttpd/mhd_limits.h b/src/microhttpd/mhd_limits.h @@ -37,7 +37,7 @@ #endif /* !OFF_T_MAX */ #ifndef ULLONG_MAX -#define ((MHD_UNSIGNED_LONG_LONG) ~((MHD_UNSIGNED_LONG_LONG)0)) +#define ULLONG_MAX ((MHD_UNSIGNED_LONG_LONG) ~((MHD_UNSIGNED_LONG_LONG)0)) #endif /* !ULLONG_MAX */ #ifndef INT32_MAX