From e18185c55f8d1b6d6efe1b6a35b4c8c7bd48754a Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Wed, 10 Aug 2016 13:52:38 +0000 Subject: Moved thread abstraction to mhd_threads.h/mhd_threads.c, minor bugs fixed. --- w32/common/MHD_config.h | 3 +++ w32/common/libmicrohttpd-files.vcxproj | 2 ++ w32/common/libmicrohttpd-filters.vcxproj | 6 ++++++ 3 files changed, 11 insertions(+) (limited to 'w32/common') diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h index d147e984..c9205115 100644 --- a/w32/common/MHD_config.h +++ b/w32/common/MHD_config.h @@ -144,6 +144,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_TIME_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_STDDEF_H 1 + /* *** Other useful staff *** */ diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj index 4535f006..be50c277 100644 --- a/w32/common/libmicrohttpd-files.vcxproj +++ b/w32/common/libmicrohttpd-files.vcxproj @@ -16,6 +16,7 @@ + @@ -37,6 +38,7 @@ + diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj index d43683ce..85232458 100644 --- a/w32/common/libmicrohttpd-filters.vcxproj +++ b/w32/common/libmicrohttpd-filters.vcxproj @@ -130,6 +130,12 @@ Source Files + + Source Files + + + Source Files + -- cgit v1.2.3