Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-05 06:07:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-05 06:08:00 +0300
commitb9833860e5652e420d6aafbdce2ae77bafd45055 (patch)
treec1c7ac7de3ea0b4ec0d95ddaf3d00d302f7f9141
parente0ba6a44114e3b8e2b463cd1de1e978fb92b32e9 (diff)
Cleanup: maintain include order without disabling clang format
-rw-r--r--intern/clog/clog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/clog/clog.c b/intern/clog/clog.c
index af8bf38d84d..a26ac10a61f 100644
--- a/intern/clog/clog.c
+++ b/intern/clog/clog.c
@@ -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