mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:09:19 +02:00
* a large_integer -> int64 change.
This commit is contained in:
parent
3f4d98624f
commit
2334e9ba3c
@ -3718,7 +3718,7 @@
|
|||||||
TFXPT16DOT16 = FXPT16DOT16;
|
TFXPT16DOT16 = FXPT16DOT16;
|
||||||
PFXPT16DOT16 = ^FXPT16DOT16;
|
PFXPT16DOT16 = ^FXPT16DOT16;
|
||||||
|
|
||||||
LUID = LARGE_INTEGER;
|
LUID = TlargeInteger;
|
||||||
TLUID = LUID;
|
TLUID = LUID;
|
||||||
PLUID = ^LUID;
|
PLUID = ^LUID;
|
||||||
|
|
||||||
@ -7027,7 +7027,10 @@ type
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.21 2003-12-04 12:34:09 marco
|
Revision 1.22 2004-02-06 23:10:20 marco
|
||||||
|
* a large_integer -> int64 change.
|
||||||
|
|
||||||
|
Revision 1.21 2003/12/04 12:34:09 marco
|
||||||
* twin32fileattributedata
|
* twin32fileattributedata
|
||||||
|
|
||||||
Revision 1.20 2003/01/02 22:07:00 peter
|
Revision 1.20 2003/01/02 22:07:00 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user