Kaynağa Gözat

ERR Fix borland

Andy Cedilnik 22 yıl önce
ebeveyn
işleme
1089ec27a1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Source/cmStandardIncludes.h

+ 1 - 1
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