Browse Source

minor addition

Ugochukwu Mmaduekwe 5 years ago
parent
commit
33a540094a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      CryptoLib/src/Include/CryptoLibHelper.inc

+ 4 - 0
CryptoLib/src/Include/CryptoLibHelper.inc

@@ -25,6 +25,10 @@
    {$MESSAGE ERROR 'This Library requires FreePascal 3.0.4 or higher.'}
 {$IFEND}
 
+{$IF FPC_FULLVERSION > 30004}
+   {$DEFINE FPC_GREATER_THAN_3.0.4}
+{$IFEND}
+
 {$IF FPC_FULLVERSION >= 30301}
    {$DEFINE HAS_VOLATILE}
 {$IFEND}