Remove unnecessary executable bits
[reactos.git] / modules / rostests / winetests / ntdll / precomp.h
1
2 #ifndef _NTDLL_WINETEST_PRECOMP_H_
3 #define _NTDLL_WINETEST_PRECOMP_H_
4
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
12 #define COBJMACROS
13
14 #include "ntdll_test.h"
15
16 #include <winuser.h>
17 #include <winnls.h>
18 #include <winioctl.h>
19
20 #endif /* !_NTDLL_WINETEST_PRECOMP_H_ */