summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-26 22:52:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-26 22:52:48 (GMT)
commit1089ec27a18c1bb3e5be60c2b00b81e78260372b (patch)
tree60ee022a30c4cc5834813bdd745a192bdd15cbcf /Source/cmStandardIncludes.h
parent6eed8b55dd80ffa4222784d2220ddf1955ade3b0 (diff)
downloadCMake-1089ec27a18c1bb3e5be60c2b00b81e78260372b.zip
CMake-1089ec27a18c1bb3e5be60c2b00b81e78260372b.tar.gz
CMake-1089ec27a18c1bb3e5be60c2b00b81e78260372b.tar.bz2
ERR Fix borland
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index ebd2ce5..0243a18 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