diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-08-29 16:06:56 +0000 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-08-29 16:06:56 +0000 |
commit | 7eb3cc5a460ae3025ca58d179ade4f6e51b54e4a (patch) | |
tree | 381c4d79152bbf9cfeeb9d6ff8463136c897caa8 | |
parent | b6ac5b9f8e1a668a1a9026cfe7004dbdab4264da (diff) |
Fixed build by MSVC
-rw-r--r-- | w32/common/MHD_config.h | 3 |
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 @@ /* Enable error messages */ #define HAVE_MESSAGES 1 -/* Disable HTTPS support */ -#define HTTPS_SUPPORT 0 - /* *** OS features *** */ |