mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:26:02 +02:00
* 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:
parent
2ded0b93df
commit
cbf7b49dd1
@ -237,11 +237,7 @@ type
|
|||||||
{$endif Windows}
|
{$endif Windows}
|
||||||
|
|
||||||
type
|
type
|
||||||
tagSTATSTG =
|
tagSTATSTG = record
|
||||||
{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
|
|
||||||
packed
|
|
||||||
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
|
|
||||||
record
|
|
||||||
pwcsName : POleStr;
|
pwcsName : POleStr;
|
||||||
dwType : DWord;
|
dwType : DWord;
|
||||||
cbSize : Large_uint;
|
cbSize : Large_uint;
|
||||||
|
Loading…
Reference in New Issue
Block a user