mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Introduced CHAR_DIR_SEP
This commit is contained in:
parent
fa9c449c87
commit
f45146ebc5
@ -7,6 +7,10 @@
|
||||
#include "osdep/unix/unix.h"
|
||||
#include "osdep/win32/win32.h"
|
||||
|
||||
#ifndef CHAR_DIR_SEP
|
||||
#define CHAR_DIR_SEP '/'
|
||||
#endif
|
||||
|
||||
#ifndef STRING_DIR_SEP
|
||||
#define STRING_DIR_SEP "/"
|
||||
#endif
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
#ifdef CONFIG_OS_WIN32
|
||||
|
||||
#undef CHAR_DIR_SEP
|
||||
#define CHAR_DIR_SEP '\\'
|
||||
#undef STRING_DIR_SEP
|
||||
#define STRING_DIR_SEP "\\"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user