1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[dos] \ is separator

This commit is contained in:
Witold Filipczyk 2024-08-18 13:54:41 +02:00
parent cd7b71b6b1
commit c6f2f6f8ff

View File

@ -7,6 +7,10 @@ extern "C" {
#ifdef CONFIG_OS_DOS
#undef CHAR_DIR_SEP
#define CHAR_DIR_SEP '\\'
#undef STRING_DIR_SEP
#define STRING_DIR_SEP "\\"
#define DOS_EXTRA_KEYBOARD