ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
1
2#ifndef _WINE_COMCTL32_PRECOMP_H
3#define _WINE_COMCTL32_PRECOMP_H
4
5#include <wine/config.h>
6
7#include <assert.h>
8
9#define _INC_WINDOWS
10#define COM_NO_WINDOWS_H
11
12#define COBJMACROS
13#define NONAMELESSUNION
14#define NONAMELESSSTRUCT
15#define OEMRESOURCE
16
17#include "comctl32.h"
18
19#include <winreg.h>
20#include <objbase.h>
21#include <uxtheme.h>
22#include <vssym32.h>
23
24#include <wine/debug.h>
25#include <wine/heap.h>
26#include <wine/list.h>
27#include <wine/unicode.h>
28
29#endif /* !_WINE_COMCTL32_PRECOMP_H */