Ver código fonte

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

git-svn-id: trunk@15136 -
marco 15 anos atrás
pai
commit
cbf7b49dd1
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1 5
      rtl/objpas/types.pp

+ 1 - 5
rtl/objpas/types.pp

@@ -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;