xref: /reactos/dll/win32/mapi32/precomp.h (revision f986527d)
1 
2 #ifndef _MAPI32_PCH_
3 #define _MAPI32_PCH_
4 
5 #include <stdarg.h>
6 
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10 
11 #define COBJMACROS
12 #define NONAMELESSUNION
13 #define NONAMELESSSTRUCT
14 
15 #include <windef.h>
16 #include <winbase.h>
17 #include <winreg.h>
18 #include <winnls.h>
19 #include <mapi.h>
20 #include <mapival.h>
21 #include <shlwapi.h>
22 
23 #include <wine/debug.h>
24 
25 #include "util.h"
26 
27 #endif /* !_MAPI32_PCH_ */
28