Skip to content

Commit

Permalink
[libmicrohttpd] Add platform.h to restricted header list. (microsof…
Browse files Browse the repository at this point in the history
…t#12455)

Fixes microsoft#12450

Co-authored-by: Robert Schumacher <[email protected]>
  • Loading branch information
ras0219 and ras0219-msft authored Jul 21, 2020
1 parent 3a0ef89 commit 1e34898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vcpkg/postbuildlint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 1e34898

Please sign in to comment.