mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 04:00:25 +02:00
removed duplicate PPoint
git-svn-id: trunk@3657 -
This commit is contained in:
parent
7937f9b99e
commit
e0df971bc2
@ -57,6 +57,7 @@ type
|
||||
PANSICHAR = ^AnsiChar;
|
||||
PWideChar = ^WideChar;
|
||||
UINT = LongWord;
|
||||
PPoint = ^TPoint;
|
||||
|
||||
TCriticalSection = longint;
|
||||
PCriticalSection = ^TCriticalSection;
|
||||
@ -722,8 +723,6 @@ type
|
||||
TWindowPos = tagWindowPos;
|
||||
WindowPos = tagWindowPos;
|
||||
|
||||
PPoint = ^TPoint;
|
||||
|
||||
tagScrollInfo = packed record
|
||||
cbSize : UINT;
|
||||
fMask : UINT;
|
||||
@ -1683,6 +1682,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.25 2002/11/22 09:59:29 mattias
|
||||
removed duplicate PPoint
|
||||
|
||||
Revision 1.24 2002/10/26 10:21:01 lazarus
|
||||
MG: broke actnlist <-> menus circle
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user