[SHELL32] Fix Control_RunDLLW (#5400)
[reactos.git] / modules / rostests / winetests / shlwapi / precomp.h
1
2 #ifndef _SHLWAPI_WINETEST_PRECOMP_H_
3 #define _SHLWAPI_WINETEST_PRECOMP_H_
4
5 #include <stdio.h>
6
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10 #define COBJMACROS
11 #define CONST_VTABLE
12
13 #include <wine/test.h>
14
15 #include <winnls.h>
16 #include <winreg.h>
17 #include <shlwapi.h>
18 #include <shlguid.h>
19 #include <shobjidl.h>
20 #include <ole2.h>
21 #include <wininet.h>
22
23 #endif /* !_SHLWAPI_WINETEST_PRECOMP_H_ */