Merge pull request 'feature/pptx-txt' (#448) from feature/pptx-txt into release/v9.1.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/448
This commit is contained in:
Oleg Korshul
2025-09-22 09:20:17 +00:00
8 changed files with 279 additions and 1 deletions

View File

@ -48,6 +48,7 @@
#ifndef FILE_SEPARATOR
#define FILE_SEPARATOR
#define FILE_SEPARATOR_CHAR '\\'
#define FILE_SEPARATOR_WCHAR L'\\'
#define FILE_SEPARATOR_STR L"\\"
#endif
#else
@ -57,6 +58,7 @@
#ifndef FILE_SEPARATOR
#define FILE_SEPARATOR
#define FILE_SEPARATOR_CHAR '/'
#define FILE_SEPARATOR_WCHAR L'/'
#define FILE_SEPARATOR_STR L"/"
#endif
#endif