Skip to content

Commit 6a07a4f

Browse files
committed
Revert "[compiler-rt][fuzzer] windows build unbreak proposal. (llvm#83538)"
This reverts commit 062d78e.
1 parent 199bbe2 commit 6a07a4f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,15 @@
1818
#include <errno.h>
1919
#include <io.h>
2020
#include <iomanip>
21+
#include <libloaderapi.h>
2122
#include <signal.h>
2223
#include <stdio.h>
24+
#include <stringapiset.h>
2325
#include <sys/types.h>
24-
// clang-format off
2526
#include <windows.h>
26-
// These must be included after windows.h.
27-
// archicture need to be set before including
28-
// libloaderapi
29-
#include <libloaderapi.h>
30-
#include <stringapiset.h>
27+
28+
// This must be included after windows.h.
3129
#include <psapi.h>
32-
// clang-format on
3330

3431
namespace fuzzer {
3532

0 commit comments

Comments
 (0)