ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
1
2#ifndef _MSI_WINETEST_PRECOMP_H_
3#define _MSI_WINETEST_PRECOMP_H_
4
5#define _WIN32_MSI 300
6
7#include <stdio.h>
8
9#define WIN32_NO_STATUS
10#define _INC_WINDOWS
11#define COM_NO_WINDOWS_H
12#define COBJMACROS
13
14#include <wine/test.h>
15
16#include <winuser.h>
17#include <winreg.h>
18#include <winnls.h>
19#include <winsvc.h>
20#include <winver.h>
21#include <objbase.h>
22#include <msiquery.h>
23#include <msidefs.h>
24#include <fci.h>
25#include <srrestoreptapi.h>
26#include <shellapi.h>
27
28#endif /* !_MSI_WINETEST_PRECOMP_H_ */