mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
debug
This commit is contained in:
@ -35,15 +35,15 @@
|
||||
#include <fstream>
|
||||
#include <ctime>
|
||||
#include <stack>
|
||||
#ifdef __APPLE__
|
||||
|
||||
#if defined(_WIN32) && !defined(FORCE_USING_EML)
|
||||
# include <Windows.h>
|
||||
# include <mapi.h>
|
||||
#else
|
||||
# if defined(_WIN32) && !defined(FORCE_USING_EML)
|
||||
# include <Windows.h>
|
||||
# include <mapi.h>
|
||||
# include <iomanip>
|
||||
# include <sstream>
|
||||
# ifdef __APPLE__
|
||||
|
||||
# else
|
||||
# include <iomanip>
|
||||
# include <sstream>
|
||||
# include "utils.h"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user