aboutsummaryrefslogtreecommitdiff
path: root/w32/common/libmicrohttpd-filters.vcxproj
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/common/libmicrohttpd-filters.vcxproj
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/common/libmicrohttpd-filters.vcxproj')
-rw-r--r--w32/common/libmicrohttpd-filters.vcxproj3
1 files changed, 3 insertions, 0 deletions
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">