aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:12:50 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:12:50 +0000
commit50bbf74d4e1a12f5272a732feb26912db2cff63d (patch)
tree59f069464128d7df255799d2db82cd9e9765a5d4 /w32
parent2b2b1655a6abf33c76f1320940f06d2aac91b41d (diff)
downloadlibmicrohttpd-50bbf74d4e1a12f5272a732feb26912db2cff63d.tar.gz
libmicrohttpd-50bbf74d4e1a12f5272a732feb26912db2cff63d.zip
Moved sockets abstraction to specialized mhd_socket.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 0fdfa2bd..64c497b6 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -17,6 +17,7 @@
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)microhttpd\mhd_threads.c" />
20 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" />
20 <ClCompile Include="$(MhdSrc)platform\w32functions.c" /> 21 <ClCompile Include="$(MhdSrc)platform\w32functions.c" />
21 </ItemGroup> 22 </ItemGroup>
22 <ItemGroup> 23 <ItemGroup>
@@ -40,6 +41,7 @@
40 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" /> 41 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" />
41 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" /> 42 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" />
42 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" /> 43 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" />
44 <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h" />
43 <ClInclude Include="$(MhdW32Common)MHD_config.h" /> 45 <ClInclude Include="$(MhdW32Common)MHD_config.h" />
44 </ItemGroup> 46 </ItemGroup>
45 <ItemGroup> 47 <ItemGroup>
diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj
index 6bb3dca7..1ed587eb 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -139,6 +139,12 @@
139 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h"> 139 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h">
140 <Filter>Source Files</Filter> 140 <Filter>Source Files</Filter>
141 </ClInclude> 141 </ClInclude>
142 <ClInclude Include="$(MhdSrc)microhttpd\mhd_sockets.h">
143 <Filter>Source Files</Filter>
144 </ClInclude>
145 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c">
146 <Filter>Source Files</Filter>
147 </ClCompile>
142 </ItemGroup> 148 </ItemGroup>
143 <ItemGroup> 149 <ItemGroup>
144 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc"> 150 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc">