92352b77943380315b40b82def289d65d06f2e5f
[reactos.git] / modules / rostests / winetests / comctl32 / precomp.h
1 #ifndef _COMCTL32_WINETEST_PRECOMP_H_
2 #define _COMCTL32_WINETEST_PRECOMP_H_
3
4 #define WIN32_NO_STATUS
5 #define _INC_WINDOWS
6 #define COM_NO_WINDOWS_H
7 #define COBJMACROS
8 #define CONST_VTABLE
9
10 #include <stdio.h>
11
12 #include <wine/test.h>
13 #include <assert.h>
14 #include <wingdi.h>
15 #include <winuser.h>
16 #include <winnls.h>
17 #include <winreg.h>
18 #include <objbase.h>
19 #include <wine/commctrl.h>
20
21 #include "msg.h"
22 #include "resources.h"
23 #include "v6util.h"
24
25 #endif /* !_COMCTL32_WINETEST_PRECOMP_H_ */