Fix sysutils unit compilation failure for wasm32-wasi wince and possibly more targets

This commit is contained in:
Pierre Muller 2023-01-27 14:42:05 +00:00
parent e8fcc5343b
commit b95bfd07d9

View File

@ -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}