瀏覽代碼

* FindClose implemented

Tomas Hajny 25 年之前
父節點
當前提交
37099d2db7
共有 1 個文件被更改,包括 9 次插入4 次删除
  1. 9 4
      rtl/os2/filutil.inc

+ 9 - 4
rtl/os2/filutil.inc

@@ -181,10 +181,12 @@ begin
 end;
 end;
 
 
 
 
-Procedure FindClose (Var F : TSearchrec);
-
+procedure FindClose (var F: TSearchrec);
 begin
 begin
-  //!! Needs implementing
+    if os_mode = osOS2 then
+        begin
+           DosCalls.FindClose (F.FindHandle);
+        end;
 end;
 end;
 
 
 
 
@@ -340,7 +342,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  2000-05-28 18:22:58  hajny
+  Revision 1.8  2000-05-29 17:59:58  hajny
+    * FindClose implemented
+
+  Revision 1.7  2000/05/28 18:22:58  hajny
     + implementation started
     + implementation started
 
 
   Revision 1.6  2000/02/17 22:16:05  sg
   Revision 1.6  2000/02/17 22:16:05  sg