libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit fccdf422268761a790a96e3066696b7835f5e7e5
parent 86186edbf3b10db596887e75f9f7be5f778125bc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 26 Oct 2019 19:40:51 +0200

fix #5944 as suggested by reporter

Diffstat:
Mw32/common/libmicrohttpd-files.vcxproj | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj @@ -18,6 +18,7 @@ <ClCompile Include="$(MhdSrc)microhttpd\sysfdsetsize.c" /> <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c" /> <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\mhd_send.c" /> <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" /> <ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c" /> <ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c" /> @@ -44,6 +45,7 @@ <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" /> <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" /> <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\mhd_send.h" /> <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" /> <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc.h" /> <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc_types.h" />