mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:46:01 +02:00
* compile fixes
This commit is contained in:
parent
ebec652408
commit
16a2071987
@ -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
|
||||
|
||||
}
|
||||
|
@ -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) );
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
@ -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) );
|
||||
|
Loading…
Reference in New Issue
Block a user