aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:38 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:38 +0000
commite18185c55f8d1b6d6efe1b6a35b4c8c7bd48754a (patch)
treef0944fff5d0918803b202eb40da58b9b942982c3 /w32
parenteb46a43bc014b1d5e151fc53996aef14c29fec55 (diff)
downloadlibmicrohttpd-e18185c55f8d1b6d6efe1b6a35b4c8c7bd48754a.tar.gz
libmicrohttpd-e18185c55f8d1b6d6efe1b6a35b4c8c7bd48754a.zip
Moved thread abstraction to mhd_threads.h/mhd_threads.c,
minor bugs fixed.
Diffstat (limited to 'w32')
-rw-r--r--w32/common/MHD_config.h3
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj2
-rw-r--r--w32/common/libmicrohttpd-filters.vcxproj6
3 files changed, 11 insertions, 0 deletions
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 @@
144/* Define to 1 if you have the <time.h> header file. */ 144/* Define to 1 if you have the <time.h> header file. */
145#define HAVE_TIME_H 1 145#define HAVE_TIME_H 1
146 146
147/* Define to 1 if you have the <stddef.h> header file. */
148#define HAVE_STDDEF_H 1
149
147 150
148/* *** Other useful staff *** */ 151/* *** Other useful staff *** */
149 152
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 @@
16 <ClCompile Include="$(MhdSrc)microhttpd\tsearch.c" /> 16 <ClCompile Include="$(MhdSrc)microhttpd\tsearch.c" />
17 <ClCompile Include="$(MhdSrc)microhttpd\sysfdsetsize.c" /> 17 <ClCompile Include="$(MhdSrc)microhttpd\sysfdsetsize.c" />
18 <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c" /> 18 <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c" />
19 <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c" />
19 <ClCompile Include="$(MhdSrc)platform\w32functions.c" /> 20 <ClCompile Include="$(MhdSrc)platform\w32functions.c" />
20 </ItemGroup> 21 </ItemGroup>
21 <ItemGroup> 22 <ItemGroup>
@@ -37,6 +38,7 @@
37 <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" /> 38 <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" />
38 <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" /> 39 <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" />
39 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" /> 40 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" />
41 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" />
40 <ClInclude Include="$(MhdW32Common)MHD_config.h" /> 42 <ClInclude Include="$(MhdW32Common)MHD_config.h" />
41 </ItemGroup> 43 </ItemGroup>
42 <ItemGroup> 44 <ItemGroup>
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 @@
130 <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c"> 130 <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c">
131 <Filter>Source Files</Filter> 131 <Filter>Source Files</Filter>
132 </ClCompile> 132 </ClCompile>
133 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h">
134 <Filter>Source Files</Filter>
135 </ClInclude>
136 <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c">
137 <Filter>Source Files</Filter>
138 </ClCompile>
133 </ItemGroup> 139 </ItemGroup>
134 <ItemGroup> 140 <ItemGroup>
135 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc"> 141 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc">