浏览代码

os4units: fix some exec structures alignment after r35269

git-svn-id: trunk@35295 -
Károly Balogh 8 年之前
父节点
当前提交
f85466b013
共有 1 个文件被更改,包括 1 次插入2 次删除
  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