소스 검색

Disable clang-tidy lint on windows.h include

master
Thom Wiggers 5 년 전
부모
커밋
a230c51cf5
No known key found for this signature in database GPG 키 ID: 1BB0A7CE26E363
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      common/randombytes.c

+ 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) */


불러오는 중...
취소
저장