Explorar el Código

AmigaOS4: fixed pack in workbench unit

git-svn-id: trunk@36727 -
marcus hace 8 años
padre
commit
f60e3686c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/os4units/src/workbench.pas

+ 1 - 1
packages/os4units/src/workbench.pas

@@ -13,7 +13,7 @@
 
  **********************************************************************}
 unit Workbench;
-{$PACKRECORDS C}
+{$PACKRECORDS 2}
 
 Interface