mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[ComCtl32] Fix Build 2
Part 2
This commit is contained in:
parent
680d63eed3
commit
d96f24e384
2 changed files with 1 additions and 2 deletions
|
@ -34,6 +34,7 @@
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "winnls.h"
|
#include "winnls.h"
|
||||||
#include "commctrl.h"
|
#include "commctrl.h"
|
||||||
|
#include "windowsx.h"
|
||||||
|
|
||||||
extern HMODULE COMCTL32_hModule DECLSPEC_HIDDEN;
|
extern HMODULE COMCTL32_hModule DECLSPEC_HIDDEN;
|
||||||
extern HBRUSH COMCTL32_hPattern55AABrush DECLSPEC_HIDDEN;
|
extern HBRUSH COMCTL32_hPattern55AABrush DECLSPEC_HIDDEN;
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
#include <uxtheme.h>
|
#include <uxtheme.h>
|
||||||
#include <vssym32.h>
|
#include <vssym32.h>
|
||||||
|
|
||||||
#include <windowsx.h>
|
|
||||||
|
|
||||||
#include <wine/debug.h>
|
#include <wine/debug.h>
|
||||||
#include <wine/heap.h>
|
#include <wine/heap.h>
|
||||||
#include <wine/list.h>
|
#include <wine/list.h>
|
||||||
|
|
Loading…
Reference in a new issue