mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 23:46:01 +02:00
* {$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:
parent
e5c097a6e2
commit
20cacb7a51
@ -33,7 +33,7 @@ interface
|
||||
|
||||
uses SysUtils, ctypes;
|
||||
|
||||
{$PACKENUM 4}
|
||||
{$z4}
|
||||
|
||||
// Fix to compile in older FPC versions
|
||||
{$ifdef VER2_2}
|
||||
|
@ -31,7 +31,7 @@ unit magick_wand;
|
||||
{$PACKRECORDS C}
|
||||
{$ENDIF}
|
||||
|
||||
{$PACKENUM 4}
|
||||
{$z4}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user