diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-01-26 22:52:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-01-26 22:52:48 (GMT) |
commit | 1089ec27a18c1bb3e5be60c2b00b81e78260372b (patch) | |
tree | 60ee022a30c4cc5834813bdd745a192bdd15cbcf /Source/cmStandardIncludes.h | |
parent | 6eed8b55dd80ffa4222784d2220ddf1955ade3b0 (diff) | |
download | CMake-1089ec27a18c1bb3e5be60c2b00b81e78260372b.zip CMake-1089ec27a18c1bb3e5be60c2b00b81e78260372b.tar.gz CMake-1089ec27a18c1bb3e5be60c2b00b81e78260372b.tar.bz2 |
ERR Fix borland
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r-- | Source/cmStandardIncludes.h | 2 |
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 |