From d96f24e384f9aeb21619165c41899db84e871a75 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 6 Nov 2019 21:29:56 -0600 Subject: [PATCH] [ComCtl32] Fix Build 2 Part 2 --- dll/win32/comctl32/comctl32.h | 1 + dll/win32/comctl32/precomp.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dll/win32/comctl32/comctl32.h b/dll/win32/comctl32/comctl32.h index 73564eb294f..fe4af2ad0de 100644 --- a/dll/win32/comctl32/comctl32.h +++ b/dll/win32/comctl32/comctl32.h @@ -34,6 +34,7 @@ #include "winuser.h" #include "winnls.h" #include "commctrl.h" +#include "windowsx.h" extern HMODULE COMCTL32_hModule DECLSPEC_HIDDEN; extern HBRUSH COMCTL32_hPattern55AABrush DECLSPEC_HIDDEN; diff --git a/dll/win32/comctl32/precomp.h b/dll/win32/comctl32/precomp.h index 236b6e540bc..05f7b082dc6 100644 --- a/dll/win32/comctl32/precomp.h +++ b/dll/win32/comctl32/precomp.h @@ -20,8 +20,6 @@ #include #include -#include - #include #include #include