mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:28:06 +02:00
* win/sysutils.pp, removed an unused variable (forgotten part of r13838)
git-svn-id: trunk@16282 -
This commit is contained in:
parent
446eacaf47
commit
0933bdc045
@ -217,11 +217,6 @@ end;
|
||||
File Functions
|
||||
****************************************************************************}
|
||||
|
||||
var
|
||||
SetFilePointerEx : function(hFile : THandle;
|
||||
liDistanceToMove : int64;lpNewFilePointer : pint64;
|
||||
dwMoveMethod : DWord) : ByteBool;stdcall;
|
||||
|
||||
Function FileOpen (Const FileName : string; Mode : Integer) : THandle;
|
||||
const
|
||||
AccessMode: array[0..2] of Cardinal = (
|
||||
|
Loading…
Reference in New Issue
Block a user