Browse Source

+ Removed DWord and THandle

michael 23 years ago
parent
commit
d523c74b01
1 changed files with 4 additions and 5 deletions
  1. 4 5
      fcl/inc/process.pp

+ 4 - 5
fcl/inc/process.pp

@@ -64,10 +64,6 @@ Const
   STARTF_USEHOTKEY        = $200; // Ignored
   STARTF_USEHOTKEY        = $200; // Ignored
 
 
 Type
 Type
-
-  DWord = Longword;
-  THandle = Integer;
-
   PProcessInformation = ^TProcessInformation;
   PProcessInformation = ^TProcessInformation;
   TProcessInformation = record
   TProcessInformation = record
     hProcess: THandle;
     hProcess: THandle;
@@ -903,7 +899,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.10  2001-12-14 07:53:32  michael
+  Revision 1.11  2001-12-15 19:53:37  michael
+  + Removed DWord and THandle
+
+  Revision 1.10  2001/12/14 07:53:32  michael
     - Removed trect as well.
     - Removed trect as well.
 
 
   Revision 1.9  2001/12/13 18:34:59  michael
   Revision 1.9  2001/12/13 18:34:59  michael