https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d96f24e384f9aeb2161916...
commit d96f24e384f9aeb21619165c41899db84e871a75 Author: James Tabor james.tabor@reactos.org AuthorDate: Wed Nov 6 21:29:56 2019 -0600 Commit: James Tabor james.tabor@reactos.org CommitDate: Wed Nov 6 21:29:56 2019 -0600
[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 <uxtheme.h> #include <vssym32.h>
-#include <windowsx.h> - #include <wine/debug.h> #include <wine/heap.h> #include <wine/list.h>