2018-03-17 12:16:08 +00:00
|
|
|
|
2013-12-24 22:50:09 +00:00
|
|
|
#ifndef _MAPI32_PCH_
|
|
|
|
#define _MAPI32_PCH_
|
|
|
|
|
2014-01-23 17:52:54 +00:00
|
|
|
#include <wine/config.h>
|
2013-12-24 22:50:09 +00:00
|
|
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
|
|
|
|
#define COBJMACROS
|
|
|
|
#define NONAMELESSUNION
|
|
|
|
#define NONAMELESSSTRUCT
|
|
|
|
|
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <winreg.h>
|
2014-01-23 17:52:54 +00:00
|
|
|
#include <mapi.h>
|
2013-12-24 22:50:09 +00:00
|
|
|
#include <mapival.h>
|
2014-01-23 17:52:54 +00:00
|
|
|
#include <shlwapi.h>
|
2013-12-24 22:50:09 +00:00
|
|
|
|
|
|
|
#include <wine/debug.h>
|
2014-01-23 17:52:54 +00:00
|
|
|
#include <wine/unicode.h>
|
2013-12-24 22:50:09 +00:00
|
|
|
|
|
|
|
#include "util.h"
|
|
|
|
|
2018-03-17 12:16:08 +00:00
|
|
|
#endif /* !_MAPI32_PCH_ */
|