diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 81d1dd912a..11ef73a1ba 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 21 17:39:35 1999 Gonzalo A. Diethelm + + * include/hbsetup.h: + Added Win32 as a case when CR/LF must be output for a new line to + appear on the screen. + 19990721-22:36 CET Patrick Mast * Makefile.vc errorsys compiles with /iinclude now diff --git a/harbour/include/hbsetup.h b/harbour/include/hbsetup.h index 2e94f25113..b0bdabca9d 100644 --- a/harbour/include/hbsetup.h +++ b/harbour/include/hbsetup.h @@ -118,7 +118,7 @@ */ #ifdef __GNUC__ /* The GNU C compiler is used */ - #if defined(__DJGPP__) || defined(HARBOUR_GCC_OS2) + #if defined(__DJGPP__) || defined(HARBOUR_GCC_OS2) || defined(_Windows) || defined(_WIN32) /* The DJGPP port of GNU C is used - for DOS platform */ #define OS_PATH_LIST_SEPARATOR ';' #define OS_PATH_DELIMITER '\\'