See ChangeLog 19990619-12:22

This commit is contained in:
Ryszard Glab
1999-06-19 12:14:05 +00:00
parent cf05c3d90d
commit d45ede2a32
4 changed files with 46 additions and 7 deletions

View File

@@ -47,14 +47,17 @@
/* The DJGPP port of GNU C is used - for DOS platform */
#define OS_PATH_LIST_SEPARATOR ';'
#define OS_PATH_DELIMITER '\\'
#define OS_DOS_COMPATIBLE
#else
#define OS_PATH_LIST_SEPARATOR ':'
#define OS_PATH_DELIMITER '/'
#define OS_UNIX_COMPATIBLE
#endif
#else
/* we are assuming here the DOS compatible OS */
#define OS_PATH_LIST_SEPARATOR ';'
#define OS_PATH_DELIMITER '\\'
#define OS_DOS_COMPATIBLE
#endif
#endif /* HBSETUP_H_ */