Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / dll / win32 / mapi32 / precomp.h
1
2 #ifndef _MAPI32_PCH_
3 #define _MAPI32_PCH_
4
5 #include <wine/config.h>
6
7 #include <stdarg.h>
8
9 #define WIN32_NO_STATUS
10 #define _INC_WINDOWS
11 #define COM_NO_WINDOWS_H
12
13 #define COBJMACROS
14 #define NONAMELESSUNION
15 #define NONAMELESSSTRUCT
16
17 #include <windef.h>
18 #include <winbase.h>
19 #include <winreg.h>
20 #include <mapi.h>
21 #include <mapival.h>
22 #include <shlwapi.h>
23
24 #include <wine/debug.h>
25 #include <wine/unicode.h>
26
27 #include "util.h"
28
29 #endif /* !_MAPI32_PCH_ */