mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
MSVC projects: added missing header
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\sha256.h" />
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" />
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h" />
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\mhd_align.h" />
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\mhd_bithelpers.h" />
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" />
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" />
|
||||
|
||||
@@ -67,6 +67,9 @@
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h">
|
||||
<Filter>Internal Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\mhd_align.h">
|
||||
<Filter>Internal Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h">
|
||||
<Filter>Internal Headers</Filter>
|
||||
</ClInclude>
|
||||
|
||||
Reference in New Issue
Block a user