Ensure clang-format doesn't change the include order of Windows headers

This commit is contained in:
Abdelrahman Said 2023-09-24 18:46:14 +01:00
parent f18ecde7bc
commit 389a494bfc

View File

@ -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;