Ensure clang-format doesn't change the include order of Windows headers
This commit is contained in:
parent
f18ecde7bc
commit
389a494bfc
@ -7,9 +7,11 @@
|
||||
|
||||
#if _WIN32
|
||||
|
||||
// clang-format off
|
||||
#include <intrin.h>
|
||||
#include <psapi.h>
|
||||
#include <windows.h>
|
||||
#include <psapi.h>
|
||||
// clang-format on
|
||||
|
||||
typedef struct {
|
||||
bool Initialized;
|
||||
|
Loading…
Reference in New Issue
Block a user