reactos/dll/win32/mapi32/precomp.h
2019-11-09 21:50:53 +01:00

28 lines
418 B
C

#ifndef _MAPI32_PCH_
#define _MAPI32_PCH_
#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>
#include <winnls.h>
#include <mapi.h>
#include <mapival.h>
#include <shlwapi.h>
#include <wine/debug.h>
#include "util.h"
#endif /* !_MAPI32_PCH_ */