소스 검색
Disable clang-tidy lint on windows.h include
master
Thom Wiggers
5 년 전
No known key found for this signature in database
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) */ |
|
|
|