diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-07-20 18:02:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-20 18:02:45 -0700 |
| commit | 44a5a4f4f215cd55188ef9ba8143b7ebece4025a (patch) | |
| tree | b2104247bbd2b9923c674991605e26fddd95d980 /toolsrc/src | |
| parent | f4bd64233ae875b6b3315fe4fab279335a6adf2b (diff) | |
| download | vcpkg-44a5a4f4f215cd55188ef9ba8143b7ebece4025a.tar.gz vcpkg-44a5a4f4f215cd55188ef9ba8143b7ebece4025a.zip | |
[libmicrohttpd] Add `platform.h` to restricted header list. (#12455)
Fixes #12450
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/vcpkg/postbuildlint.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg/postbuildlint.cpp b/toolsrc/src/vcpkg/postbuildlint.cpp index 753cb5aa5..f70876c2e 100644 --- a/toolsrc/src/vcpkg/postbuildlint.cpp +++ b/toolsrc/src/vcpkg/postbuildlint.cpp @@ -153,6 +153,7 @@ namespace vcpkg::PostBuildLint "config.h", "local.h", "slice.h", + "platform.h", }; static constexpr Span<const StringLiteral> restricted_lists[] = { restricted_sys_filenames, restricted_crt_filenames, restricted_general_filenames}; |
