* removed packed from statstg, which causes trouble in win64, and is probably wrong. Mantis 16159

git-svn-id: trunk@15136 -
This commit is contained in:
marco 2010-04-11 11:21:39 +00:00
parent 2ded0b93df
commit cbf7b49dd1

View File

@ -237,11 +237,7 @@ type
{$endif Windows}
type
tagSTATSTG =
{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
packed
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
record
tagSTATSTG = record
pwcsName : POleStr;
dwType : DWord;
cbSize : Large_uint;