aboutsummaryrefslogtreecommitdiff
path: root/w32/common
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-06-13 18:26:53 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-06-13 18:26:53 +0300
commit003c29eb4b8171776006bc42e6e1c4a4fcbfff6c (patch)
tree6e8d1e068a6585450ed4624ffb8fe7ac5e4bf45d /w32/common
parent6884fa83cfcfe12f04b1121268894c2a57d9c954 (diff)
downloadlibmicrohttpd-003c29eb4b8171776006bc42e6e1c4a4fcbfff6c.tar.gz
libmicrohttpd-003c29eb4b8171776006bc42e6e1c4a4fcbfff6c.zip
postprocessor.h: added new internal header
Diffstat (limited to 'w32/common')
-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 391e1cec..982227c0 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -48,6 +48,7 @@
48 <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" /> 48 <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" />
49 <ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" /> 49 <ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" />
50 <ClInclude Include="$(MhdSrc)microhttpd\response.h" /> 50 <ClInclude Include="$(MhdSrc)microhttpd\response.h" />
51 <ClInclude Include="$(MhdSrc)microhttpd\postprocessor.h" />
51 <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" /> 52 <ClInclude Include="$(MhdSrc)microhttpd\tsearch.h" />
52 <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" /> 53 <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" />
53 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" /> 54 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" />
diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj
index 16c6b085..7bc1fe3c 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -67,6 +67,9 @@
67 <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h"> 67 <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h">
68 <Filter>Internal Headers</Filter> 68 <Filter>Internal Headers</Filter>
69 </ClInclude> 69 </ClInclude>
70 <ClInclude Include="$(MhdSrc)microhttpd\postprocessor.h">
71 <Filter>Internal Headers</Filter>
72 </ClInclude>
70 <ClInclude Include="$(MhdSrc)microhttpd\response.h"> 73 <ClInclude Include="$(MhdSrc)microhttpd\response.h">
71 <Filter>Internal Headers</Filter> 74 <Filter>Internal Headers</Filter>
72 </ClInclude> 75 </ClInclude>