mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +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;
|
||||
PLUID = ^LUID;
|
||||
|
||||
LUID_AND_ATTRIBUTES = record
|
||||
LUID_AND_ATTRIBUTES = packed record
|
||||
Luid : LUID;
|
||||
Attributes : DWORD;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user