mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user