xref: /reactos/dll/win32/comctl32/precomp.h (revision 2196a06f)
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 
16 #include "comctl32.h"
17 
18 #include <winreg.h>
19 #include <objbase.h>
20 #include <uxtheme.h>
21 #include <vssym32.h>
22 
23 #include <wine/debug.h>
24 #include <wine/heap.h>
25 #include <wine/list.h>
26 #include <wine/unicode.h>
27 
28 #endif  /* !_WINE_COMCTL32_PRECOMP_H */
29