|
@@ -19,8 +19,8 @@
|
|
|
{$IFDEF ENDIAN_BIG}
|
|
{$IFDEF ENDIAN_BIG}
|
|
|
{$MESSAGE FATAL 'This Library does not support "Big Endian" processors yet.'}
|
|
{$MESSAGE FATAL 'This Library does not support "Big Endian" processors yet.'}
|
|
|
{$ENDIF}
|
|
{$ENDIF}
|
|
|
-// FPC 3.0.0 and Above
|
|
|
|
|
|
|
+// FPC 3.0.4 and Above
|
|
|
// Had to Include this here since Delphi does not allow it Compile in "CryptoLib.inc".
|
|
// Had to Include this here since Delphi does not allow it Compile in "CryptoLib.inc".
|
|
|
-{$IF FPC_FULLVERSION < 30000}
|
|
|
|
|
-{$MESSAGE ERROR 'This Library requires FreePascal 3.0.0 or higher.'}
|
|
|
|
|
|
|
+{$IF FPC_FULLVERSION < 30004}
|
|
|
|
|
+{$MESSAGE ERROR 'This Library requires FreePascal 3.0.4 or higher.'}
|
|
|
{$IFEND}
|
|
{$IFEND}
|