ERR Fix borland

This commit is contained in:
Andy Cedilnik 2004-01-26 17:52:48 -05:00
parent 6eed8b55dd
commit 1089ec27a1
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ extern int putenv (char *__string) __THROW;
# endif
#endif
#ifdef _MSC_VER
#if defined( _MSC_VER ) || defined( __BORLANDC__ )
typedef unsigned short mode_t;
#endif