mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 00:28:23 +02:00
* classes uses types to import TPoint and TRect
This commit is contained in:
parent
965835354c
commit
98105d8055
@ -26,6 +26,7 @@ interface
|
||||
uses
|
||||
sysutils,
|
||||
rtlconst,
|
||||
types,
|
||||
typinfo;
|
||||
|
||||
{$i classesh.inc}
|
||||
@ -51,7 +52,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2004-01-10 20:15:21 michael
|
||||
Revision 1.3 2004-01-22 17:11:23 peter
|
||||
* classes uses types to import TPoint and TRect
|
||||
|
||||
Revision 1.2 2004/01/10 20:15:21 michael
|
||||
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
|
||||
|
||||
Revision 1.1 2004/01/04 20:05:38 jonas
|
||||
|
@ -26,6 +26,7 @@ interface
|
||||
uses
|
||||
sysutils,
|
||||
rtlconst,
|
||||
types,
|
||||
typinfo;
|
||||
|
||||
{$i classesh.inc}
|
||||
@ -53,7 +54,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 2004-01-10 20:13:40 michael
|
||||
Revision 1.7 2004-01-22 17:11:23 peter
|
||||
* classes uses types to import TPoint and TRect
|
||||
|
||||
Revision 1.6 2004/01/10 20:13:40 michael
|
||||
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
|
||||
|
||||
Revision 1.5 2004/01/03 12:18:29 marco
|
||||
|
@ -26,6 +26,7 @@ interface
|
||||
uses
|
||||
typinfo,
|
||||
rtlconst,
|
||||
types,
|
||||
sysutils;
|
||||
|
||||
{$i classesh.inc}
|
||||
@ -44,7 +45,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2004-01-10 20:13:19 michael
|
||||
Revision 1.3 2004-01-22 17:11:23 peter
|
||||
* classes uses types to import TPoint and TRect
|
||||
|
||||
Revision 1.2 2004/01/10 20:13:19 michael
|
||||
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
|
||||
|
||||
Revision 1.1 2003/10/06 21:01:06 peter
|
||||
|
@ -30,6 +30,7 @@ interface
|
||||
|
||||
uses
|
||||
sysutils,
|
||||
types,
|
||||
typinfo,
|
||||
rtlconst;
|
||||
|
||||
@ -59,7 +60,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2004-01-10 19:35:52 michael
|
||||
Revision 1.5 2004-01-22 17:11:23 peter
|
||||
* classes uses types to import TPoint and TRect
|
||||
|
||||
Revision 1.4 2004/01/10 19:35:52 michael
|
||||
+ Moved all resource strings to rtlconst/sysconst
|
||||
|
||||
Revision 1.3 2003/11/19 15:51:54 peter
|
||||
|
@ -26,6 +26,7 @@ interface
|
||||
uses
|
||||
sysutils,
|
||||
rtlconst,
|
||||
types,
|
||||
typinfo;
|
||||
|
||||
{$i classesh.inc}
|
||||
@ -53,7 +54,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2004-01-10 20:15:21 michael
|
||||
Revision 1.4 2004-01-22 17:11:23 peter
|
||||
* classes uses types to import TPoint and TRect
|
||||
|
||||
Revision 1.3 2004/01/10 20:15:21 michael
|
||||
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
|
||||
|
||||
Revision 1.2 2004/01/04 01:11:28 marco
|
||||
|
@ -26,6 +26,7 @@ interface
|
||||
uses
|
||||
sysutils,
|
||||
rtlconst,
|
||||
types,
|
||||
typinfo,
|
||||
systhrds;
|
||||
|
||||
@ -39,7 +40,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2004-01-10 20:15:21 michael
|
||||
Revision 1.3 2004-01-22 17:11:23 peter
|
||||
* classes uses types to import TPoint and TRect
|
||||
|
||||
Revision 1.2 2004/01/10 20:15:21 michael
|
||||
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
|
||||
|
||||
Revision 1.1 2003/10/06 21:01:06 peter
|
||||
|
@ -26,6 +26,7 @@ interface
|
||||
uses
|
||||
sysutils,
|
||||
rtlconst,
|
||||
types,
|
||||
typinfo;
|
||||
|
||||
{$i classesh.inc}
|
||||
@ -53,7 +54,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2004-01-22 13:46:14 marco
|
||||
Revision 1.4 2004-01-22 17:11:23 peter
|
||||
* classes uses types to import TPoint and TRect
|
||||
|
||||
Revision 1.3 2004/01/22 13:46:14 marco
|
||||
bsd
|
||||
|
||||
Revision 1.6 2004/01/10 20:13:40 michael
|
||||
|
@ -26,6 +26,7 @@ interface
|
||||
uses
|
||||
sysutils,
|
||||
rtlconst,
|
||||
types,
|
||||
typinfo;
|
||||
|
||||
{$i classesh.inc}
|
||||
@ -47,7 +48,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2004-01-10 20:14:05 michael
|
||||
Revision 1.4 2004-01-22 17:11:23 peter
|
||||
* classes uses types to import TPoint and TRect
|
||||
|
||||
Revision 1.3 2004/01/10 20:14:05 michael
|
||||
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
|
||||
|
||||
Revision 1.2 2003/11/05 09:13:59 yuri
|
||||
|
@ -31,6 +31,7 @@ interface
|
||||
uses
|
||||
rtlconst,
|
||||
sysutils,
|
||||
types,
|
||||
typinfo,
|
||||
windows;
|
||||
|
||||
@ -53,7 +54,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2004-01-13 18:04:25 florian
|
||||
Revision 1.5 2004-01-22 17:11:23 peter
|
||||
* classes uses types to import TPoint and TRect
|
||||
|
||||
Revision 1.4 2004/01/13 18:04:25 florian
|
||||
* make win32 fixed
|
||||
|
||||
Revision 1.3 2004/01/10 19:35:18 michael
|
||||
|
Loading…
Reference in New Issue
Block a user