diff options
Diffstat (limited to 'w32/common/libmicrohttpd-files.vcxproj')
-rw-r--r-- | w32/common/libmicrohttpd-files.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <ClCompile Include="$(MhdSrc)microhttpd\tsearch.c" /> <ClCompile Include="$(MhdSrc)microhttpd\sysfdsetsize.c" /> <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c" /> <ClCompile Include="$(MhdSrc)platform\w32functions.c" /> </ItemGroup> <ItemGroup> @@ -37,6 +38,7 @@ <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" /> <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" /> <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" /> <ClInclude Include="$(MhdW32Common)MHD_config.h" /> </ItemGroup> <ItemGroup> |