20000311-17:54 GMT+1

This commit is contained in:
Viktor Szakats
2000-03-11 17:18:14 +00:00
parent b0f5631ab4
commit 53b3866de1
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
include/Makefile
source/rtl/console.c
source/rtl/gtapi.c
* Two header files merged to the mainstream GT header.
* Two header files merged into the mainstream GT header.
! B_* box #defines renamed to _B_* to be CA-Cl*pper compatible.
* include/hbapigt.h
source/rtl/gt/*.c
@@ -26,6 +26,8 @@
! RESTSCREEM() fixed to check the fifth parameter, like in CA-Cl*pper.
* source/rtl/console.c
% hb_gtSetPos() small optim.
* source/rtl/dir.c
! chmod() changed back to _rtl_chmod().
20000311-19:16 GMT+3 Alexander Kresin
+ contrib/rdd_ads/make_vc.bat

View File

@@ -620,7 +620,7 @@ HARBOUR HB_DIRECTORY( void )
strcpy( filename, ++pos );
}
#elif defined(__BORLANDC__)
attrib = chmod( fullfile, 0 );
attrib = _rtl_chmod( fullfile, 0 );
#elif defined(__DJGPP__)
attrib = _chmod( fullfile, 0 );
#else