From 1089ec27a18c1bb3e5be60c2b00b81e78260372b Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 26 Jan 2004 17:52:48 -0500 Subject: ERR Fix borland --- Source/cmStandardIncludes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmStandardIncludes.h') diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index ebd2ce5641..0243a18cd9 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -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 -- cgit v1.2.1