X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/ee62c0d008ff4a83ab86597030637636c2fa5d13..31d4361fb52761b6486f55af10268a51ee536a6f:/binipstuff.pas?ds=sidebyside diff --git a/binipstuff.pas b/binipstuff.pas index 1f5fed4..1cfa34d 100644 --- a/binipstuff.pas +++ b/binipstuff.pas @@ -4,6 +4,10 @@ ----------------------------------------------------------------------------- } unit binipstuff; +{$ifdef fpc} +{$mode delphi} +{$endif} + interface {$include lcoreconfig.inc} @@ -14,9 +18,6 @@ uses {$endif} pgtypes; -{$ifdef fpc} - {$mode delphi} -{$endif} {$ifdef cpu386}{$define i386}{$endif} {$ifdef i386}{$define ENDIAN_LITTLE}{$endif}