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:
parent
cd7b71b6b1
commit
c6f2f6f8ff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user