aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:12:56 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:12:56 +0000
commit558572ec73c212b87ea999b0c0d2ed65900d82c2 (patch)
treec914682046b51f504c39c7c6e8e14e9ea163fa73 /w32
parent50bbf74d4e1a12f5272a732feb26912db2cff63d (diff)
downloadlibmicrohttpd-558572ec73c212b87ea999b0c0d2ed65900d82c2.tar.gz
libmicrohttpd-558572ec73c212b87ea999b0c0d2ed65900d82c2.zip
Moved pipe/socketpair to separate mhd_itc.h/.c files.
Diffstat (limited to 'w32')
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj2
-rw-r--r--w32/common/libmicrohttpd-filters.vcxproj6
2 files changed, 8 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 @@
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)microhttpd\mhd_threads.c" />
20 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" /> 20 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" />
21 <ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c" />
21 <ClCompile Include="$(MhdSrc)platform\w32functions.c" /> 22 <ClCompile Include="$(MhdSrc)platform\w32functions.c" />
22 </ItemGroup> 23 </ItemGroup>
23 <ItemGroup> 24 <ItemGroup>
@@ -42,6 +43,7 @@
42 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" /> 43 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" />
43 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" /> 44 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" />
44 <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" /> 45 <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" />
46 <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc.h" />
45 <ClInclude Include="$(MhdW32Common)MHD_config.h" /> 47 <ClInclude Include="$(MhdW32Common)MHD_config.h" />
46 </ItemGroup> 48 </ItemGroup>
47 <ItemGroup> 49 <ItemGroup>
diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj
index 1ed587eb..11782d00 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -145,6 +145,12 @@
145 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c"> 145 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c">
146 <Filter>Source Files</Filter> 146 <Filter>Source Files</Filter>
147 </ClCompile> 147 </ClCompile>
148 <ClInclude Include="$(MhdSrc)microhttpd\mhd_itc.h">
149 <Filter>Source Files</Filter>
150 </ClInclude>
151 <ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c">
152 <Filter>Source Files</Filter>
153 </ClCompile>
148 </ItemGroup> 154 </ItemGroup>
149 <ItemGroup> 155 <ItemGroup>
150 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc"> 156 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc">