Fix build

This commit is contained in:
Oleg Korshul
2025-08-18 23:07:48 +03:00
parent 520c345f00
commit b957d3aeea

View File

@ -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