Browse Source

AROS: Fixed DosList for 64bit

git-svn-id: trunk@44102 -
marcus 5 years ago
parent
commit
7abd324231
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/arosunits/src/amigados.pas

+ 4 - 0
packages/arosunits/src/amigados.pas

@@ -935,7 +935,11 @@ type
         end;
       );
       3 :(
+        {$ifdef CPU64}
+        dol_Misc: array[0..39] of Byte;
+        {$else}
         dol_Misc: array[0..23] of Byte;
+        {$endif}
         dol_Name: BSTR;           {    bptr to bcpl name }
       );
     end;