aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:53:09 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:53:09 +0000
commitb7cfbdeaf07b4d10f0f117d9fdf66b9f054a311c (patch)
tree8baf60054c91238863bc637d76b2f7dd925396a7 /w32
parent5ee115194b5879fe417d84f2754fd7468d5e5554 (diff)
downloadlibmicrohttpd-b7cfbdeaf07b4d10f0f117d9fdf66b9f054a311c.tar.gz
libmicrohttpd-b7cfbdeaf07b4d10f0f117d9fdf66b9f054a311c.zip
VS projects: added missing define for gmtime_s() to MHD_config.h for VS
Diffstat (limited to 'w32')
-rw-r--r--w32/common/MHD_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 6a305a50..2912f6c8 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -65,6 +65,9 @@
65/* Define to 1 if you have the `_lseeki64' function. */ 65/* Define to 1 if you have the `_lseeki64' function. */
66#define HAVE___LSEEKI64 1 66#define HAVE___LSEEKI64 1
67 67
68/* Define to 1 if you have the `gmtime_s' function. */
69#define HAVE_GMTIME_S 1
70
68 71
69/* *** Headers information *** */ 72/* *** Headers information *** */
70/* Not really important as not used by code currently */ 73/* Not really important as not used by code currently */