mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +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}
|
{$IFDEF SEARCHREC_USEFINDDATA}
|
||||||
Result:=FindFirst(FileName,0,Info)=0;
|
Result:=FindFirst(FileName,0,Info)=0;
|
||||||
if Result then
|
if Result then
|
||||||
DateTime.data:=Info.Data;
|
DateTime.data:=Info.FindData;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
Result:=False;
|
Result:=False;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user