* compile fixes

This commit is contained in:
peter 2004-03-22 15:50:31 +00:00
parent ebec652408
commit 16a2071987
4 changed files with 12 additions and 4 deletions

View File

@ -36,6 +36,7 @@ PROGRAM TestApp;
USES
{$IFDEF OS_OS2} Os2Def, os2PmApi, {$ENDIF}
Objects, Drivers, Views, Menus, Dialogs, App, { Standard GFV units }
FVConsts,
{$ifdef TEST}
AsciiTab,
{$endif TEST}
@ -353,7 +354,10 @@ END.
{
$Log$
Revision 1.2 2002-09-07 15:06:38 peter
Revision 1.3 2004-03-22 15:50:31 peter
* compile fixes
Revision 1.2 2002/09/07 15:06:38 peter
* old logs removed and tabs fixed
}

View File

@ -15,7 +15,7 @@ BEGIN
Writeln('SetFileSize: ', SetFileSize(handle, 4));
Writeln('SetFilePos: ', SetFilePos(handle, 2, 0, (LongInt(n)));
Writeln('SetFilePos: ', SetFilePos(handle, 2, 0, (LongInt(n))));
Writeln('Actual: ', n);
Writeln('FileRead: ', FileRead(Handle, buf, 2, n) );

View File

@ -36,6 +36,7 @@ PROGRAM TestApp;
USES
{$IFDEF OS_OS2} Os2Def, os2PmApi, {$ENDIF}
Objects, Drivers, Views, Menus, Dialogs, App, { Standard GFV units }
FVConsts,
{$ifdef TEST}
AsciiTab,
{$endif TEST}
@ -353,7 +354,10 @@ END.
{
$Log$
Revision 1.2 2002-09-07 15:06:38 peter
Revision 1.3 2004-03-22 15:50:31 peter
* compile fixes
Revision 1.2 2002/09/07 15:06:38 peter
* old logs removed and tabs fixed
}

View File

@ -15,7 +15,7 @@ BEGIN
Writeln('SetFileSize: ', SetFileSize(handle, 4));
Writeln('SetFilePos: ', SetFilePos(handle, 2, 0, (LongInt(n)));
Writeln('SetFilePos: ', SetFilePos(handle, 2, 0, (LongInt(n))));
Writeln('Actual: ', n);
Writeln('FileRead: ', FileRead(Handle, buf, 2, n) );