1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Disable clang-tidy lint on windows.h include

This commit is contained in:
Thom Wiggers 2019-03-05 12:48:59 +01:00
parent 45e645c3a7
commit a230c51cf5
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

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