Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / dll / win32 / msi / precomp.h
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
12 #define COBJMACROS
13 #define NONAMELESSUNION
14 #define NONAMELESSSTRUCT
15
16 #include "msipriv.h"
17 #include "query.h"
18
19 #include <winreg.h>
20 #include <wincon.h>
21 #include <msiserver.h>
22 #include <shlobj.h>
23 #include <shlwapi.h>
24 #include <sddl.h>
25
26 #include <wine/unicode.h>
27
28 #include "resource.h"
29
30 #endif /* !__WINE_MSI_PRECOMP__ */