mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 05:11:38 +02:00
Fix sysutils unit compilation failure for wasm32-wasi wince and possibly more targets
This commit is contained in:
parent
e8fcc5343b
commit
b95bfd07d9
@ -999,7 +999,7 @@ begin
|
||||
{$IFDEF SEARCHREC_USEFINDDATA}
|
||||
Result:=FindFirst(FileName,0,Info)=0;
|
||||
if Result then
|
||||
DateTime.data:=Info.Data;
|
||||
DateTime.data:=Info.FindData;
|
||||
{$ELSE}
|
||||
Result:=False;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user