瀏覽代碼

Disable clang-tidy lint on windows.h include

master
Thom Wiggers 5 年之前
父節點
當前提交
a230c51cf5
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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) */


Loading…
取消
儲存