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
|
#if _WIN32
|
||||||
|
|
||||||
|
// clang-format off
|
||||||
#include <intrin.h>
|
#include <intrin.h>
|
||||||
#include <psapi.h>
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <psapi.h>
|
||||||
|
// clang-format on
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
bool Initialized;
|
bool Initialized;
|
||||||
|
Loading…
Reference in New Issue
Block a user