mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 09:55:47 +08:00
Fix build
This commit is contained in:
@ -37,8 +37,6 @@
|
||||
#include "unicode/ucnv.h" /* C Converter API */
|
||||
#include "unicode/usprep.h"
|
||||
|
||||
//#include "../DesktopEditor/common/File.h"
|
||||
|
||||
#if !defined (_WIN32) && !defined (_WIN64)
|
||||
#if defined (_LINUX) && !defined(__ANDROID__) && !defined(_IOS) && !defined(_MAC)
|
||||
#define USE_ICONV
|
||||
@ -48,6 +46,14 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
std::string g_overrideIcuDataPath = "";
|
||||
|
||||
namespace NSUnicodeConverter
|
||||
|
||||
Reference in New Issue
Block a user