Remove unnecessary executable bits
[reactos.git] / modules / rostests / winetests / kernel32 / precomp.h
1
2 #ifndef _KERNEL32_WINETEST_PRECOMP_H_
3 #define _KERNEL32_WINETEST_PRECOMP_H_
4
5 #include <assert.h>
6 #include <stdio.h>
7
8 #define COBJMACROS
9
10 #include <ntstatus.h>
11 #define WIN32_NO_STATUS
12
13 #include <windows.h>
14 #include <wine/test.h>
15 #include <wine/winternl.h>
16 #include <winuser.h>
17 #include <winreg.h>
18 #include <wincon.h>
19 #include <winnls.h>
20 #include <winioctl.h>
21 #include <tlhelp32.h>
22
23 #endif /* !_KERNEL32_WINETEST_PRECOMP_H_ */