https://git.reactos.org/?p=reactos.git;a=commitdiff;h=680d63eed3d21588a67e69...
commit 680d63eed3d21588a67e6929755372b63a67f8ba Author: James Tabor james.tabor@reactos.org AuthorDate: Wed Nov 6 20:50:32 2019 -0600 Commit: James Tabor james.tabor@reactos.org CommitDate: Wed Nov 6 20:50:32 2019 -0600
[ComCtl32] Fix Build
Add missing header. --- dll/win32/comctl32/precomp.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dll/win32/comctl32/precomp.h b/dll/win32/comctl32/precomp.h index 05f7b082dc6..236b6e540bc 100644 --- a/dll/win32/comctl32/precomp.h +++ b/dll/win32/comctl32/precomp.h @@ -20,6 +20,8 @@ #include <uxtheme.h> #include <vssym32.h>
+#include <windowsx.h> + #include <wine/debug.h> #include <wine/heap.h> #include <wine/list.h>