Browse Source

os4units: fix some exec structures alignment after r35269

git-svn-id: trunk@35295 -
Károly Balogh 8 years ago
parent
commit
f85466b013
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/os4units/src/exec.pas

+ 1 - 2
packages/os4units/src/exec.pas

@@ -1019,7 +1019,6 @@ const
 
   CMD_NONSTD  = 9;
 
-{$PUSH}
 {$PACKRECORDS C}
 //**********************************************************************
 // The interface is the new way for exec libraries.
@@ -1049,7 +1048,7 @@ type
     // some functions, calling convention?
   end;
   PInterface = ^TInterface;
-{$POP}
+{$PACKRECORDS 2}
 
 const
 // Flags for the Flags field in interfaces and as flags parameter for GetInterface