ChangeLogTag:Wed Jul 21 17:39:35 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>

This commit is contained in:
Gonzalo A. Diethelm
1999-07-21 21:54:00 +00:00
parent 43adc8fd92
commit 90aa38c187
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Wed Jul 21 17:39:35 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
* 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 <harbour@PatrickMast.com>
* Makefile.vc errorsys compiles with /iinclude now

View File

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