ソースを参照
Disable clang-tidy lint on windows.h include
master
Thom Wiggers
5年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 1BB0A7CE26E363
-
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) */ |
|
|
|