mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 23:31:49 +02:00
* really all TMonitor shortcuts pass through the results
This commit is contained in:
parent
1743df7b80
commit
569c3fb49f
@ -200,7 +200,7 @@ end;
|
||||
function MonitorTryEnter(Const aObject: TObject): Boolean;
|
||||
|
||||
begin
|
||||
TMonitor.TryEnter(aObject);
|
||||
Result:=TMonitor.TryEnter(aObject);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user