浏览代码
Disable clang-tidy lint on windows.h include
master
Thom Wiggers
5 年前
找不到此签名对应的密钥
GPG 密钥 ID: 1BB0A7CE26E363
共有
1 个文件被更改,包括
1 次插入 和
0 次删除
-
common/randombytes.c
|
|
@@ -33,6 +33,7 @@ THE SOFTWARE. |
|
|
|
|
|
|
|
#if defined(_WIN32) |
|
|
|
/* Windows */ |
|
|
|
// NOLINTNEXTLINE(llvm-include-order): Include order required by Windows |
|
|
|
#include <windows.h> |
|
|
|
#include <wincrypt.h> /* CryptAcquireContext, CryptGenRandom */ |
|
|
|
#endif /* defined(_WIN32) */ |
|
|
|