Sfoglia il codice sorgente

Disable clang-tidy lint on windows.h include

master
Thom Wiggers 5 anni fa
parent
commit
a230c51cf5
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 1BB0A7CE26E363
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      common/randombytes.c

+ 1
- 0
common/randombytes.c Vedi File

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


Caricamento…
Annulla
Salva