Skip to content

Commit

Permalink
Fix to for a SAL annotation (#4054)
Browse files Browse the repository at this point in the history
  • Loading branch information
RickWinter authored Oct 25, 2022
1 parent fd24627 commit 34485a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/core/azure-core/src/http/winhttp/win_http_request.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
#include <Windows.h>
#include <memory>
#include <mutex>
#pragma warning(push)
#pragma warning(disable : 6553)
#include <wil\resource.h>
#pragma warning(pop)
#include <winhttp.h>

namespace Azure { namespace Core { namespace Http { namespace _detail {
Expand Down

0 comments on commit 34485a7

Please sign in to comment.