Bladeren bron

+ Added header and mode switch

michael 24 jaren geleden
bovenliggende
commit
b68405e5e6
1 gewijzigde bestanden met toevoegingen van 22 en 0 verwijderingen
  1. 22 0
      fcl/inc/process.pp

+ 22 - 0
fcl/inc/process.pp

@@ -1,3 +1,19 @@
+{
+    $Id$
+    This file is part of the Free Component Library (FCL)
+    Copyright (c) 1999-2000 by the Free Pascal development team
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
+
+{$mode objfpc}
+{$h+}
 unit process;
 
 interface
@@ -889,3 +905,9 @@ begin
 end;
 
 end.
+{
+  $Log$
+  Revision 1.4  2001-11-05 21:07:08  michael
+  + Added header and mode switch
+
+}