[ComCtl32] Fix Build 2

Part 2
This commit is contained in:
James Tabor 2019-11-06 21:29:56 -06:00
parent 680d63eed3
commit d96f24e384
2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -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>