mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 20:00:20 +02:00
codetools: fixed compilation
git-svn-id: trunk@16230 -
This commit is contained in:
parent
e10d1efd80
commit
7a57600b98
@ -546,7 +546,7 @@ begin
|
||||
s:='WriteTest';
|
||||
fs.Write(s[1],length(s));
|
||||
fs.Free;
|
||||
if not DeleteFile(TempFilename) then
|
||||
if not SysUtils.DeleteFile(TempFilename) then
|
||||
InvalidateFileStateCache;
|
||||
Result:=true;
|
||||
except
|
||||
|
Loading…
Reference in New Issue
Block a user