aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-06-09 19:34:07 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-06-09 19:34:07 +0000
commit67859a6401f2b7e4daf11067aa188c4f6f669432 (patch)
treea4f1778e09b765d8133a0323d019b97b7ee72b35 /w32
parent09088de0dbfb52843d4a960041b1f560b4c0e1b1 (diff)
downloadlibmicrohttpd-67859a6401f2b7e4daf11067aa188c4f6f669432.tar.gz
libmicrohttpd-67859a6401f2b7e4daf11067aa188c4f6f669432.zip
response.c: file_reader(): add support for W32 64-bit seek
Diffstat (limited to 'w32')
-rw-r--r--w32/VS2013/MHD_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/w32/VS2013/MHD_config.h b/w32/VS2013/MHD_config.h
index 07f1fbbb..645389b2 100644
--- a/w32/VS2013/MHD_config.h
+++ b/w32/VS2013/MHD_config.h
@@ -70,6 +70,9 @@
70 don't. */ 70 don't. */
71#define HAVE_DECL_TCP_NOPUSH 0 71#define HAVE_DECL_TCP_NOPUSH 0
72 72
73/* Define to 1 if you have the `_lseeki64' function. */
74#define HAVE___LSEEKI64 1
75
73 76
74/* *** Headers information *** */ 77/* *** Headers information *** */
75/* Not really important as not used by code currently */ 78/* Not really important as not used by code currently */