* 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 USES
{$IFDEF OS_OS2} Os2Def, os2PmApi, {$ENDIF} {$IFDEF OS_OS2} Os2Def, os2PmApi, {$ENDIF}
Objects, Drivers, Views, Menus, Dialogs, App, { Standard GFV units } Objects, Drivers, Views, Menus, Dialogs, App, { Standard GFV units }
FVConsts,
{$ifdef TEST} {$ifdef TEST}
AsciiTab, AsciiTab,
{$endif TEST} {$endif TEST}
@ -353,7 +354,10 @@ END.
{ {
$Log$ $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 * old logs removed and tabs fixed
} }

View File

@ -15,7 +15,7 @@ BEGIN
Writeln('SetFileSize: ', SetFileSize(handle, 4)); 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('Actual: ', n);
Writeln('FileRead: ', FileRead(Handle, buf, 2, n) ); Writeln('FileRead: ', FileRead(Handle, buf, 2, n) );

View File

@ -36,6 +36,7 @@ PROGRAM TestApp;
USES USES
{$IFDEF OS_OS2} Os2Def, os2PmApi, {$ENDIF} {$IFDEF OS_OS2} Os2Def, os2PmApi, {$ENDIF}
Objects, Drivers, Views, Menus, Dialogs, App, { Standard GFV units } Objects, Drivers, Views, Menus, Dialogs, App, { Standard GFV units }
FVConsts,
{$ifdef TEST} {$ifdef TEST}
AsciiTab, AsciiTab,
{$endif TEST} {$endif TEST}
@ -353,7 +354,10 @@ END.
{ {
$Log$ $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 * old logs removed and tabs fixed
} }

View File

@ -15,7 +15,7 @@ BEGIN
Writeln('SetFileSize: ', SetFileSize(handle, 4)); 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('Actual: ', n);
Writeln('FileRead: ', FileRead(Handle, buf, 2, n) ); Writeln('FileRead: ', FileRead(Handle, buf, 2, n) );