summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-09-10 13:03:12 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-10 13:03:12 +0100
commit2da11a4124989e3be917fa8024025d2e1452b363 (patch)
tree5a25d751f2e3afd2afab4e89a31442744845dee8 /src/gui_w32.c
parentf21d546d8f80b85a1770fc4c9f48f2d92e2e82fa (diff)
patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436
Problem: CI: running tests in parallel causes flakiness. Solution: Reorganize the MS-Windows runs. (Ken Takata, closes #11101)
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 8ae0cd069b..203b8fa548 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -198,9 +198,7 @@ gui_mch_set_rendering_options(char_u *s)
# ifndef __MINGW32__
# include <shellapi.h>
# endif
-# if defined(FEAT_TOOLBAR) || defined(FEAT_BEVAL_GUI) || defined(FEAT_GUI_TABLINE)
-# include <commctrl.h>
-# endif
+# include <commctrl.h>
# include <windowsx.h>
#endif // PROTO