Disable clang-tidy lint on windows.h include
This commit is contained in:
parent
45e645c3a7
commit
a230c51cf5
@ -33,6 +33,7 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
/* Windows */
|
/* Windows */
|
||||||
|
// NOLINTNEXTLINE(llvm-include-order): Include order required by Windows
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <wincrypt.h> /* CryptAcquireContext, CryptGenRandom */
|
#include <wincrypt.h> /* CryptAcquireContext, CryptGenRandom */
|
||||||
#endif /* defined(_WIN32) */
|
#endif /* defined(_WIN32) */
|
||||||
|
Loading…
Reference in New Issue
Block a user