Browse Source

* Removed TPoint declaration, it conflicts with classes definition

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

+ 4 - 6
fcl/inc/process.pp

@@ -64,11 +64,6 @@ Const
   STARTF_USEHOTKEY        = $200; // Ignored
   STARTF_USEHOTKEY        = $200; // Ignored
 
 
 Type
 Type
-  PPoint = ^TPoint;
-  TPoint = packed record
-    X: Longint;
-    Y: Longint;
-  end;
 
 
   PRect = ^TRect;
   PRect = ^TRect;
   TRect = packed record
   TRect = packed record
@@ -915,7 +910,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $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
    * ifdef linux -> Unix fix
 
 
   Revision 1.7  2001/11/24 20:43:56  carl
   Revision 1.7  2001/11/24 20:43:56  carl