ultimatepp/bazaar/MAPIEx/plugin/MAPIExPCH.h
koldo b18a9b6136 MAPIEx: Outlook automation
git-svn-id: svn://ultimatepp.org/upp/trunk@3391 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-01 21:46:26 +00:00

17 lines
377 B
C

#ifndef __MAPIEXPCH_H__
#define __MAPIEXPCH_H__
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afxwin.h> // MFC core and standard components
#ifdef MAPIEX_EXPORTS
#undef AFX_EXT_CLASS
#define AFX_EXT_CLASS __declspec(dllexport)
#else
#undef AFX_EXT_CLASS
#define AFX_EXT_CLASS
#endif
#include <MapiUtil.h>
#endif