From d523c74b011ea7939b4f1cc6b8fceaffaf3b2237 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 15 Dec 2001 19:53:37 +0000 Subject: [PATCH] + Removed DWord and THandle --- fcl/inc/process.pp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/fcl/inc/process.pp b/fcl/inc/process.pp index 0d82ca7cac..25ad922885 100644 --- a/fcl/inc/process.pp +++ b/fcl/inc/process.pp @@ -64,10 +64,6 @@ Const STARTF_USEHOTKEY = $200; // Ignored Type - - DWord = Longword; - THandle = Integer; - PProcessInformation = ^TProcessInformation; TProcessInformation = record hProcess: THandle; @@ -903,7 +899,10 @@ end; end. { $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. Revision 1.9 2001/12/13 18:34:59 michael