From 7db1cc1eff09c7bd0aa7fd9ddac6f54e03b9c01e Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 13 Dec 2001 18:34:59 +0000 Subject: [PATCH] * Removed TPoint declaration, it conflicts with classes definition --- fcl/inc/process.pp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/fcl/inc/process.pp b/fcl/inc/process.pp index 420f4a0f8a..1acc55fa67 100644 --- a/fcl/inc/process.pp +++ b/fcl/inc/process.pp @@ -64,11 +64,6 @@ Const STARTF_USEHOTKEY = $200; // Ignored Type - PPoint = ^TPoint; - TPoint = packed record - X: Longint; - Y: Longint; - end; PRect = ^TRect; TRect = packed record @@ -915,7 +910,10 @@ end; end. { $Log$ - Revision 1.8 2001-12-11 11:15:15 marco + Revision 1.9 2001-12-13 18:34:59 michael + * Removed TPoint declaration, it conflicts with classes definition + + Revision 1.8 2001/12/11 11:15:15 marco * ifdef linux -> Unix fix Revision 1.7 2001/11/24 20:43:56 carl