mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-13 18:00:49 +01:00
chore(dev): Disable formatting on some files to prevent header resorting
This leads to compiler errors as windows.h is expected to be the first header included for other windows related header files.
This commit is contained in:
parent
c2104e7758
commit
34aca9dc2a
@ -1,5 +1,8 @@
|
||||
// clang-format off
|
||||
// Don't format because the order is important here
|
||||
#include <windows.h>
|
||||
#include <tlhelp32.h>
|
||||
// clang-format on
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
|
@ -1,7 +1,10 @@
|
||||
#define LOG_MODULE "jbhook-mixer"
|
||||
|
||||
// clang-format off
|
||||
// Don't format because the order is important here
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
// clang-format on
|
||||
|
||||
#include "hook/table.h"
|
||||
|
||||
|
@ -1,7 +1,10 @@
|
||||
#define LOG_MODULE "jbhook-mixer"
|
||||
|
||||
// clang-format off
|
||||
// Don't format because the order is important here
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
// clang-format on
|
||||
|
||||
#include "hook/table.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user