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.
46 lines
1.2 KiB
46 lines
1.2 KiB
//--------------------------------------------------------------------------
|
|
// Oeguids.cpp
|
|
//--------------------------------------------------------------------------
|
|
#define _WIN32_OE 0x0501
|
|
#define DEFINE_STRCONST
|
|
#define DEFINE_STRING_CONSTANTS
|
|
#define DEFINE_DIRECTDB
|
|
#define USES_IID_IWABExtInit
|
|
#define USES_IID_IDistList
|
|
#define USES_IID_IMAPIProp
|
|
#define USES_IID_IMAPIAdviseSink
|
|
|
|
#include <windows.h>
|
|
#include <ole2.h>
|
|
#include <initguid.h>
|
|
#undef INITGUID
|
|
#include "strconst.h"
|
|
#include "htmlstr.h"
|
|
#include "ourguid.h"
|
|
#include "mimeole.h"
|
|
#include "mimeolep.h"
|
|
#include "mimeedit.h"
|
|
#include <msoeapi.h>
|
|
#include <wabguid.h>
|
|
#ifndef WIN16
|
|
#include <msluguid.h>
|
|
#else
|
|
#include <richedit.h>
|
|
#include <richole.h>
|
|
#endif // !WIN16
|
|
#include <ibodyopt.h>
|
|
#include "cmdtargt.h"
|
|
#include <msoeopt.h>
|
|
#include <msoert.h>
|
|
#include <oestore.h>
|
|
#include <newimp.h>
|
|
#include <envguid.h>
|
|
#include <msoeobj.h>
|
|
#include <syncop.h>
|
|
#include <msoejunk.h>
|
|
#include <msident.h>
|
|
#include <hotwiz.h>
|
|
|
|
// $REVIEW: Slimey sleazy #define. Remove when Athena uses imnacct.h instead of imnact.h
|
|
#define __imnacct_h__ // Exclude imnacct.h, because it conflicts with imnact.h
|
|
#include "imnxport.h"
|