Explorar o código

AROS: Fixed DosList for 64bit

git-svn-id: trunk@44102 -
marcus %!s(int64=5) %!d(string=hai) anos
pai
achega
7abd324231
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;