LibreOffice Module shell (master) 1
|
#include <config_folders.h>
#include <osl/diagnose.h>
#include <osl/process.h>
#include <rtl/bootstrap.hxx>
#include "smplmailclient.hxx"
#include "smplmailmsg.hxx"
#include <com/sun/star/system/SimpleMailClientFlags.hpp>
#include <com/sun/star/system/XSimpleMailMessage2.hpp>
#include <osl/file.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <tools/urlobj.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/syslocale.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <windows.h>
#include <mapi.h>
#include <process.h>
#include <vector>
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define WIN32_LEAN_AND_MEAN |
Definition at line 36 of file smplmailclient.cxx.