mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* fix for bug #4900. Probably result of tlargeinteger changing to int64, breaking alignment/padding
git-svn-id: trunk@2944 -
This commit is contained in:
parent
f3ffa1400a
commit
b9e6cbb71b
@ -3797,7 +3797,7 @@
|
|||||||
TLUID = LUID;
|
TLUID = LUID;
|
||||||
PLUID = ^LUID;
|
PLUID = ^LUID;
|
||||||
|
|
||||||
LUID_AND_ATTRIBUTES = record
|
LUID_AND_ATTRIBUTES = packed record
|
||||||
Luid : LUID;
|
Luid : LUID;
|
||||||
Attributes : DWORD;
|
Attributes : DWORD;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user