Pārlūkot izejas kodu

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

git-svn-id: trunk@15136 -
marco 15 gadi atpakaļ
vecāks
revīzija
cbf7b49dd1
1 mainītis faili ar 1 papildinājumiem un 5 dzēšanām
  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;