mirror of
https://github.com/curl/curl.git
synced 2026-08-01 09:28:08 +03:00
parent
70b49a4e4c
commit
07a084f539
3 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@
|
|||
#ifdef _WIN32
|
||||
#define PATHSEP "\\"
|
||||
#define IS_SEP(x) (((x) == '/') || ((x) == '\\'))
|
||||
#elif defined(MSDOS) || defined(__EMX__) || defined(OS2)
|
||||
#elif defined(MSDOS) || defined(OS2)
|
||||
#define PATHSEP "\\"
|
||||
#define IS_SEP(x) ((x) == '\\')
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue