瀏覽代碼

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

git-svn-id: trunk@15136 -
marco 15 年之前
父節點
當前提交
cbf7b49dd1
共有 1 個文件被更改,包括 1 次插入5 次删除
  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;