libmicrohttpd

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

commit b7cfbdeaf07b4d10f0f117d9fdf66b9f054a311c
parent 5ee115194b5879fe417d84f2754fd7468d5e5554
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  3 Dec 2015 11:53:09 +0000

VS projects: added missing define for gmtime_s() to MHD_config.h for VS

Diffstat:
Mw32/common/MHD_config.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h @@ -65,6 +65,9 @@ /* Define to 1 if you have the `_lseeki64' function. */ #define HAVE___LSEEKI64 1 +/* Define to 1 if you have the `gmtime_s' function. */ +#define HAVE_GMTIME_S 1 + /* *** Headers information *** */ /* Not really important as not used by code currently */