ChangeLogTag:Wed Jul 21 17:39:35 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 '\\'
|
||||
|
||||
Reference in New Issue
Block a user