aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:51 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:51 +0000
commit40b07cc6451ce9b0c36f353385b777c4ebfcb138 (patch)
tree1c2262c387dd01c6672f51628b8a0c74cae18199 /w32
parenta7029c10cccdf2b0d4597eb79fb58d2f11d167f1 (diff)
downloadlibmicrohttpd-40b07cc6451ce9b0c36f353385b777c4ebfcb138.tar.gz
libmicrohttpd-40b07cc6451ce9b0c36f353385b777c4ebfcb138.zip
Moved locks and mutex abstraction to mhd_locks.h
Minor refactoring to allow better code optimization.
Diffstat (limited to 'w32')
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj1
-rw-r--r--w32/common/libmicrohttpd-filters.vcxproj3
2 files changed, 4 insertions, 0 deletions
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
index be50c277..0fdfa2bd 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -39,6 +39,7 @@
39 <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" /> 39 <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" />
40 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" /> 40 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" />
41 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" /> 41 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" />
42 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" />
42 <ClInclude Include="$(MhdW32Common)MHD_config.h" /> 43 <ClInclude Include="$(MhdW32Common)MHD_config.h" />
43 </ItemGroup> 44 </ItemGroup>
44 <ItemGroup> 45 <ItemGroup>
diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj
index 85232458..6bb3dca7 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -136,6 +136,9 @@
136 <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c"> 136 <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c">
137 <Filter>Source Files</Filter> 137 <Filter>Source Files</Filter>
138 </ClCompile> 138 </ClCompile>
139 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h">
140 <Filter>Source Files</Filter>
141 </ClInclude>
139 </ItemGroup> 142 </ItemGroup>
140 <ItemGroup> 143 <ItemGroup>
141 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc"> 144 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc">