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 64c497b6..fa75b6ad 100644 --- a/w32/common/libmicrohttpd-files.vcxproj +++ b/w32/common/libmicrohttpd-files.vcxproj @@ -18,6 +18,7 @@ <ClCompile Include="$(MhdSrc)microhttpd\mhd_str.c" /> <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c" /> <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" /> + <ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c" /> <ClCompile Include="$(MhdSrc)platform\w32functions.c" /> </ItemGroup> <ItemGroup> @@ -42,6 +43,7 @@ <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" /> <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" /> <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" /> + <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc.h" /> <ClInclude Include="$(MhdW32Common)MHD_config.h" /> </ItemGroup> <ItemGroup> |