From a6f0780aa78d7d1be48a0cb347fb4e2fbca1b620 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Jun 2006 13:48:53 +0000 Subject: defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'. --- gdb/defs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index 1512a6a..d472f8d 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -1163,6 +1163,10 @@ extern int use_windows; # define DIRNAME_SEPARATOR ';' #endif +#if !defined (__CYGWIN__) && defined (_WIN32) +# define DIRNAME_SEPARATOR ';' +#endif + #ifndef DIRNAME_SEPARATOR #define DIRNAME_SEPARATOR ':' #endif -- cgit v1.1