ChangeLog 20000308-15:05 GMT+1
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
20000308-15:05 GMT+1 Ryszard Glab <rglab@imid.med.pl>
|
||||
|
||||
*source/rtl/gt/gtstd.c
|
||||
*replaced s_szCrLf with hb_consoleGetNewLine()
|
||||
|
||||
20000308-00:40 GMT+1 Victor Szakats <info@szelvesz.hu>
|
||||
* samples/Makefile
|
||||
samples/cccppc/* (scheduled for removal, since it's huge)
|
||||
|
||||
@@ -195,7 +195,7 @@ void hb_gt_Scroll( USHORT uiTop, USHORT uiLeft, USHORT uiBottom, USHORT uiRight,
|
||||
iCols == 0 )
|
||||
{
|
||||
for( ; uiBottom; uiBottom-- )
|
||||
fputs( s_szCrLf, stdout );
|
||||
fputs( hb_consoleGetNewLine(), stdout );
|
||||
|
||||
fflush( stdout );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user