Cleanup: maintain include order without disabling clang format

This commit is contained in:
Campbell Barton 2021-03-05 14:07:06 +11:00
parent e0ba6a4411
commit b9833860e5
1 changed files with 1 additions and 2 deletions

View File

@ -38,11 +38,10 @@
#endif
#if defined(_MSC_VER)
// clang-format off
# include <Windows.h>
# include <VersionHelpers.h> /* This needs to be included after Windows.h. */
# include <io.h>
// clang-format on
# if !defined(ENABLE_VIRTUAL_TERMINAL_PROCESSING)
# define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
# endif