You've already forked lazarus-dcpcrypt
mirror of
https://git.code.sf.net/p/lazarus-ccr/dcpcrypt
synced 2025-08-24 19:09:01 +02:00
Correctly hide the FPC compiler mode - in case Delphi is used
Seeing that other parts of the code already does IFDEF FPC, lets be consistent.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
{******************************************************************************}
|
{******************************************************************************}
|
||||||
unit DCPcrypt2;
|
unit DCPcrypt2;
|
||||||
|
|
||||||
{$MODE Delphi}
|
{$ifdef FPC}{$MODE Delphi}{$endif}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
uses
|
uses
|
||||||
@@ -699,4 +699,4 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user