aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-08 23:18:08 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-08 23:18:08 +0100
commit18a607a51883dc185a8150f0a4ca4d6ada9777c7 (patch)
tree111c9cfd2e62725d912f3d2f69dca953a2c1a41c /src/include
parent0d9046effaaf2cc65ef65792c84311011916bdca (diff)
downloadlibmicrohttpd-18a607a51883dc185a8150f0a4ca4d6ada9777c7.tar.gz
libmicrohttpd-18a607a51883dc185a8150f0a4ca4d6ada9777c7.zip
use WSA_FLAG_OVERLAPPED in W32 sockets as per suggestion from Johnathan McDougall on the mailinglist
Diffstat (limited to 'src/include')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index e6643f5c..1d966233 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00096200 129#define MHD_VERSION 0x00096201
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".