Browse Source

- removed "packed" and dummy field (that was required because of
the "packed" keyword) from the TResourceStringRecord record

git-svn-id: trunk@32393 -

Jonas Maebe 9 years ago
parent
commit
f22c7cc3fc
1 changed files with 1 additions and 4 deletions
  1. 1 4
      rtl/inc/objpash.inc

+ 1 - 4
rtl/inc/objpash.inc

@@ -447,12 +447,9 @@
 
   type
     PResourceStringRecord = ^TResourceStringRecord;
-    TResourceStringRecord = Packed Record
+    TResourceStringRecord = Record
        Name,
        CurrentValue,
        DefaultValue : AnsiString;
        HashValue    : LongWord;
-  {$ifdef cpu64}
-       Dummy        : LongWord; // alignment
-  {$endif cpu64}
      end;