mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* Removed TPoint declaration, it conflicts with classes definition
This commit is contained in:
parent
d98bcfc83b
commit
7db1cc1eff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user