Skip to content

Commit b897564

Browse files
authored
Disable clang-format on Windows includes in SecureRandom.hpp (#547)
1 parent c6d612d commit b897564

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/CXXGraph/Utility/SecureRandom.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
#include <stdexcept>
55

66
#if defined(_WIN32) || defined(_WIN64)
7+
// clang-format off
78
#include <windows.h>
89
#include <bcrypt.h>
10+
// clang-format on
911
#ifndef STATUS_SUCCESS
1012
#define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
1113
#endif

0 commit comments

Comments
 (0)