Browse Source

Merge pull request #33 from PascalCoinDev/master

Fix compile UEncoding.pas in FreePascal
Pascal Coin 4 years ago
parent
commit
ae6b6c5a92
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/core/UEncoding.pas

+ 4 - 0
src/core/UEncoding.pas

@@ -15,6 +15,10 @@ unit UEncoding;
   THIS LICENSE HEADER MUST NOT BE REMOVED.
   THIS LICENSE HEADER MUST NOT BE REMOVED.
 }
 }
 
 
+{$IFDEF FPC}
+  {$MODE Delphi}
+{$ENDIF}
+
 interface
 interface
 
 
 uses
 uses