defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
This commit is contained in:
parent
a87866e601
commit
a6f0780aa7
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-06-24 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
|
||||
|
||||
2006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* arm-tdep.c (arm_register_type): Use unsigned types for registers.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue