[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 03/09: MSVC projects: added missing header
From: |
gnunet |
Subject: |
[libmicrohttpd] 03/09: MSVC projects: added missing header |
Date: |
Wed, 21 Jul 2021 22:25:22 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 561c52c70a0253413a110301f81eb7c551e381cd
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Jul 21 21:25:01 2021 +0300
MSVC projects: added missing header
---
w32/common/libmicrohttpd-files.vcxproj | 1 +
w32/common/libmicrohttpd-filters.vcxproj | 3 +++
2 files changed, 4 insertions(+)
diff --git a/w32/common/libmicrohttpd-files.vcxproj
b/w32/common/libmicrohttpd-files.vcxproj
index 594a3b30..68907941 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -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" />
diff --git a/w32/common/libmicrohttpd-filters.vcxproj
b/w32/common/libmicrohttpd-filters.vcxproj
index 14294af2..da34a6fc 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -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>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] branch master updated (ecf9dbb6 -> 237aebfa), gnunet, 2021/07/21
- [libmicrohttpd] 01/09: Restructured files in MSVC project, gnunet, 2021/07/21
- [libmicrohttpd] 05/09: mhd_align.h: added support for MSVC compiler, gnunet, 2021/07/21
- [libmicrohttpd] 06/09: mhd_str.h: fixed compilation with MSVC, gnunet, 2021/07/21
- [libmicrohttpd] 04/09: mhd_align.h: fixed copy-paste error, gnunet, 2021/07/21
- [libmicrohttpd] 02/09: MSVC project: defaults to Vista+, gnunet, 2021/07/21
- [libmicrohttpd] 09/09: mhd_str: use smaller include, gnunet, 2021/07/21
- [libmicrohttpd] 03/09: MSVC projects: added missing header,
gnunet <=
- [libmicrohttpd] 08/09: test_str_tokens_remove: shut spell checker, gnunet, 2021/07/21
- [libmicrohttpd] 07/09: test_str_tokens_remove: test corner cases, gnunet, 2021/07/21