1 #ifndef _KERNEL32_WINETEST_PRECOMP_H_
2 #define _KERNEL32_WINETEST_PRECOMP_H_
3 
4 #include <assert.h>
5 #include <stdio.h>
6 #include <ntstatus.h>
7 
8 #define WIN32_NO_STATUS
9 #define _INC_WINDOWS
10 #define COM_NO_WINDOWS_H
11 #define COBJMACROS
12 
13 #include <wine/test.h>
14 #include <wine/winternl.h>
15 #include <winuser.h>
16 #include <winreg.h>
17 #include <wincon.h>
18 #include <winnls.h>
19 #include <winioctl.h>
20 #include <tlhelp32.h>
21 
22 #endif /* !_KERNEL32_WINETEST_PRECOMP_H_ */
23