mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
Adapt USE_STATX code to FPC_DOTTEDUNITS
This commit is contained in:
parent
34169d4fbd
commit
603614e28e
@ -997,7 +997,7 @@ end;
|
||||
Function FindGetFileInfo(const s: RawByteString; var f: TAbstractSearchRec; var Name: RawByteString):boolean;
|
||||
Var
|
||||
{$ifdef USE_STATX}
|
||||
stx : linux.tstatx;
|
||||
stx : {$ifdef FPC_DOTTEDUNITS}LinuxApi.{$else}linux.{$endif}tstatx;
|
||||
{$endif USE_STATX}
|
||||
st : BU.stat;
|
||||
WinAttr : longint;
|
||||
|
Loading…
Reference in New Issue
Block a user