Explorar el Código

Disable clang-tidy lint on windows.h include

master
Thom Wiggers hace 5 años
padre
commit
a230c51cf5
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 1BB0A7CE26E363
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      common/randombytes.c

+ 1
- 0
common/randombytes.c Ver fichero

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


Cargando…
Cancelar
Guardar