* defs.h (SLASH_STRING): If not defined, set

to "/", regardless of _WIN32, __CYGWIN__, or
	whatnot.
This commit is contained in:
Keith Seitz
2001-08-02 20:57:19 +00:00
parent cc6dd2c071
commit a5cedf2f04
2 changed files with 6 additions and 4 deletions

View File

@ -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