We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clang-format
SecureRandom.hpp
1 parent c6d612d commit b897564Copy full SHA for b897564
1 file changed
include/CXXGraph/Utility/SecureRandom.hpp
@@ -4,8 +4,10 @@
4
#include <stdexcept>
5
6
#if defined(_WIN32) || defined(_WIN64)
7
+// clang-format off
8
#include <windows.h>
9
#include <bcrypt.h>
10
+// clang-format on
11
#ifndef STATUS_SUCCESS
12
#define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
13
#endif
0 commit comments