* really all TMonitor shortcuts pass through the results

This commit is contained in:
florian 2024-07-12 19:02:21 +02:00
parent 1743df7b80
commit 569c3fb49f

View File

@ -200,7 +200,7 @@ end;
function MonitorTryEnter(Const aObject: TObject): Boolean;
begin
TMonitor.TryEnter(aObject);
Result:=TMonitor.TryEnter(aObject);
end;