Fix to for a SAL annotation (#4054)
This commit is contained in:
parent
fd24627a82
commit
34485a7ab7
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user