* fix for bug #4900. Probably result of tlargeinteger changing to int64, breaking alignment/padding

git-svn-id: trunk@2944 -
This commit is contained in:
marco 2006-03-17 20:17:15 +00:00
parent f3ffa1400a
commit b9e6cbb71b

View File

@ -3797,7 +3797,7 @@
TLUID = LUID;
PLUID = ^LUID;
LUID_AND_ATTRIBUTES = record
LUID_AND_ATTRIBUTES = packed record
Luid : LUID;
Attributes : DWORD;
end;