ReactOS 0.4.15-dev-7953-g1f49173
precomp.h
Go to the documentation of this file.
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_ */