瀏覽代碼

* fixed missing comment openers for log section

Jonas Maebe 25 年之前
父節點
當前提交
a663745429
共有 5 個文件被更改,包括 25 次插入6 次删除
  1. 5 1
      fcl/win32/ezcgi.inc
  2. 5 2
      fcl/win32/fileinfo.pp
  3. 5 1
      fcl/win32/pipes.inc
  4. 5 1
      fcl/win32/process.inc
  5. 5 1
      fcl/win32/thread.inc

+ 5 - 1
fcl/win32/ezcgi.inc

@@ -32,8 +32,12 @@ begin
      end;
    FreeEnvironmentStrings(p);
 end;
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:07  michael
+  Revision 1.3  2000-07-25 11:27:34  jonas
+    * fixed missing comment openers for log section
+
+  Revision 1.2  2000/07/13 11:33:07  michael
   + removed logs
  
 }

+ 5 - 2
fcl/win32/fileinfo.pp

@@ -166,9 +166,12 @@ begin
 end;
 
 end.
-
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:07  michael
+  Revision 1.3  2000-07-25 11:27:34  jonas
+    * fixed missing comment openers for log section
+
+  Revision 1.2  2000/07/13 11:33:07  michael
   + removed logs
  
 }

+ 5 - 1
fcl/win32/pipes.inc

@@ -34,8 +34,12 @@ Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
 begin
   Result := CreatePipe (@Inhandle,@OutHandle,@piInheritablePipe,PipeBufSize);
 end;
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:07  michael
+  Revision 1.3  2000-07-25 11:27:35  jonas
+    * fixed missing comment openers for log section
+
+  Revision 1.2  2000/07/13 11:33:07  michael
   + removed logs
  
 }

+ 5 - 1
fcl/win32/process.inc

@@ -135,8 +135,12 @@ begin
   If ExitStatus=Still_active then
     Result:=TerminateProcess(Handle,AexitCode);
 end;
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:07  michael
+  Revision 1.3  2000-07-25 11:27:35  jonas
+    * fixed missing comment openers for log section
+
+  Revision 1.2  2000/07/13 11:33:07  michael
   + removed logs
  
 }

+ 5 - 1
fcl/win32/thread.inc

@@ -208,8 +208,12 @@ begin
     WaitForSingleObject(ulong(FHandle), INFINITE);
   GetExitCodeThread(FHandle, Result);
 end;
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:07  michael
+  Revision 1.3  2000-07-25 11:27:35  jonas
+    * fixed missing comment openers for log section
+
+  Revision 1.2  2000/07/13 11:33:07  michael
   + removed logs
  
 }