aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-29 16:06:56 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-29 16:06:56 +0000
commit7eb3cc5a460ae3025ca58d179ade4f6e51b54e4a (patch)
tree381c4d79152bbf9cfeeb9d6ff8463136c897caa8
parentb6ac5b9f8e1a668a1a9026cfe7004dbdab4264da (diff)
downloadlibmicrohttpd-7eb3cc5a460ae3025ca58d179ade4f6e51b54e4a.tar.gz
libmicrohttpd-7eb3cc5a460ae3025ca58d179ade4f6e51b54e4a.zip
Fixed build by MSVC
-rw-r--r--w32/common/MHD_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index c9205115..90638093 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -38,9 +38,6 @@
38/* Enable error messages */ 38/* Enable error messages */
39#define HAVE_MESSAGES 1 39#define HAVE_MESSAGES 1
40 40
41/* Disable HTTPS support */
42#define HTTPS_SUPPORT 0
43
44 41
45/* *** OS features *** */ 42/* *** OS features *** */
46 43