You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
867 B
35 lines
867 B
// This builds wabguid.obj, which can be linked into a DLL
|
|
// or EXE to provide the MAPI GUIDs. It contains all GUIDs
|
|
// defined by WAB.
|
|
|
|
|
|
#define USES_IID_IUnknown
|
|
#define USES_IID_IMAPIUnknown
|
|
#define USES_IID_IMAPITable
|
|
#define USES_IID_INotifObj
|
|
#define USES_IID_IMAPIProp
|
|
#define USES_IID_IMAPIPropData
|
|
#define USES_IID_IMAPIStatus
|
|
#define USES_IID_IAddrBook
|
|
#define USES_IID_IMailUser
|
|
#define USES_IID_IMAPIContainer
|
|
#define USES_IID_IABContainer
|
|
#define USES_IID_IDistList
|
|
#define USES_IID_IMAPITableData
|
|
#define USES_IID_IMAPIAdviseSink
|
|
#define USES_IID_IWABExtInit
|
|
|
|
#define USES_PS_MAPI
|
|
#define USES_PS_PUBLIC_STRINGS
|
|
|
|
|
|
#ifdef __cplusplus
|
|
#define EXTERN_C extern "C"
|
|
#else
|
|
#define EXTERN_C extern
|
|
#endif
|
|
|
|
#define INITGUID
|
|
#include "_apipch.h"
|
|
|
|
#include <imnxport.h> // required for transports for syncing
|