浏览代码

* really all TMonitor shortcuts pass through the results

florian 1 年之前
父节点
当前提交
569c3fb49f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/inc/monitor.inc

+ 1 - 1
rtl/inc/monitor.inc

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