* {$PACKENUM 4} -> {$z4} so the units can also be compiled by Delphi

(patch by Alexey Voychehovich, mantis #21111)

git-svn-id: trunk@20143 -
This commit is contained in:
Jonas Maebe 2012-01-21 19:51:37 +00:00
parent e5c097a6e2
commit 20cacb7a51
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ interface
uses SysUtils, ctypes;
{$PACKENUM 4}
{$z4}
// Fix to compile in older FPC versions
{$ifdef VER2_2}

View File

@ -31,7 +31,7 @@ unit magick_wand;
{$PACKRECORDS C}
{$ENDIF}
{$PACKENUM 4}
{$z4}
interface