We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990dbf2 commit 062d78eCopy full SHA for 062d78e
compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
@@ -18,15 +18,18 @@
18
#include <errno.h>
19
#include <io.h>
20
#include <iomanip>
21
-#include <libloaderapi.h>
22
#include <signal.h>
23
#include <stdio.h>
24
-#include <stringapiset.h>
25
#include <sys/types.h>
+// clang-format off
26
#include <windows.h>
27
-
28
-// This must be included after windows.h.
+// These must be included after windows.h.
+// archicture need to be set before including
+// libloaderapi
29
+#include <libloaderapi.h>
30
+#include <stringapiset.h>
31
#include <psapi.h>
32
+// clang-format on
33
34
namespace fuzzer {
35
0 commit comments