mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 10:55:46 +08:00
* defs.h (SLASH_STRING): If not defined, set
to "/", regardless of _WIN32, __CYGWIN__, or whatnot.
This commit is contained in:
@ -1338,12 +1338,8 @@ extern int use_windows;
|
||||
#endif
|
||||
|
||||
#ifndef SLASH_STRING
|
||||
#ifdef _WIN32
|
||||
#define SLASH_STRING "\\"
|
||||
#else
|
||||
#define SLASH_STRING "/"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __MSDOS__
|
||||
# define CANT_FORK
|
||||
|
Reference in New Issue
Block a user