xref: /reactos/dll/win32/msi/precomp.h (revision 886670e9)
1 
2 #ifndef __WINE_MSI_PRECOMP__
3 #define __WINE_MSI_PRECOMP__
4 
5 #include <wine/config.h>
6 
7 #include <assert.h>
8 
9 #define _INC_WINDOWS
10 #define COM_NO_WINDOWS_H
11 #ifdef __REACTOS__
12 #define WIN32_NO_STATUS
13 #endif
14 
15 #define COBJMACROS
16 #define NONAMELESSUNION
17 #define NONAMELESSSTRUCT
18 
19 #include "msipriv.h"
20 #include "query.h"
21 
22 #include <winreg.h>
23 #include <wincon.h>
24 #include <msiserver.h>
25 #include <shlobj.h>
26 #include <shlwapi.h>
27 #include <sddl.h>
28 
29 #include <wine/unicode.h>
30 
31 #include "resource.h"
32 
33 #endif /* !__WINE_MSI_PRECOMP__ */
34