Explorar el Código

* {$PACKENUM 4} -> {$z4} so the units can also be compiled by Delphi
(patch by Alexey Voychehovich, mantis #21111)

git-svn-id: trunk@20143 -

Jonas Maebe hace 13 años
padre
commit
20cacb7a51

+ 1 - 1
packages/imagemagick/src/imagemagick.pas

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

+ 1 - 1
packages/imagemagick/src/magick_wand.pas

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